java.lang.Object
java.lang.Throwable
java.lang.Exception
io.sf.carte.doc.DocumentException
- All Implemented Interfaces:
Serializable
Generic document-related exception.
Generally contains domain-specific exceptions that give more information,
like SAXException
s or implementation-specific exceptions.
- See Also:
-
Constructor Summary
ConstructorDescriptionDocumentException
(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
-
Constructor Details
-
DocumentException
public DocumentException() -
DocumentException
-
DocumentException
-
DocumentException
-