Package com.itextpdf.pdf2data.exceptions
Class InvalidSegmentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.itextpdf.pdf2data.exceptions.InvalidSegmentException
- All Implemented Interfaces:
-
Serializable
Exception class for invalid segment.
- See Also:
-
Constructor Summary
ConstructorDescriptionInvalidSegmentException
(String message) Creates a newInvalidSegmentException
. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidSegmentException
Creates a newInvalidSegmentException
.- Parameters:
-
message
- the detail message
-