Package com.compdfkit.core.common
Class CPDFDocumentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.compdfkit.core.common.CPDFDocumentException
- All Implemented Interfaces:
Serializable
This class is about document exception.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumError type enumeration in document. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets error type enumeration, see in:CPDFDocumentException.ErrTypeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CPDFDocumentException
public CPDFDocumentException() -
CPDFDocumentException
-
CPDFDocumentException
-
-
Method Details
-
getErrType
Gets error type enumeration, see in:CPDFDocumentException.ErrType- Returns:
- Returns error type.
-