Class ClipperException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.itextpdf.kernel.pdf.canvas.parser.clipper.ClipperException
- All Implemented Interfaces:
-
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionClipperException
(String message) Creates a new instance of ClipperException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ClipperException
Creates a new instance of ClipperException.- Parameters:
-
message
- the detail message.
-