Package org.ghost4j.document
Class DocumentException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.ghost4j.document.DocumentException
-
- All Implemented Interfaces:
java.io.Serializable
public class DocumentException extends java.lang.Exception
Class representing a document exception. This exception may be thrown while handling a subclass of Document interface.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
Serial version UID.
-
Constructor Summary
Constructors Constructor Description DocumentException()
DocumentException(java.lang.String message)
DocumentException(java.lang.String message, java.lang.Throwable cause)
DocumentException(java.lang.Throwable cause)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
Serial version UID.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DocumentException
public DocumentException()
-
DocumentException
public DocumentException(java.lang.String message)
-
DocumentException
public DocumentException(java.lang.Throwable cause)
-
DocumentException
public DocumentException(java.lang.String message, java.lang.Throwable cause)
-
-