Package org.ghost4j.document
Class DocumentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ghost4j.document.DocumentException
- All Implemented Interfaces:
Serializable
Class representing a document exception. This exception may be thrown while
handling a subclass of Document interface.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDocumentException
(String message) DocumentException
(String message, Throwable cause) DocumentException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDSerial version UID.- See Also:
-
-
Constructor Details
-
DocumentException
public DocumentException() -
DocumentException
-
DocumentException
-
DocumentException
-