Package io.sf.carte.doc
Class DocumentException
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 SAXExceptions or implementation-specific exceptions.
- See Also:
 
- 
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 
- 
Constructor Details
- 
DocumentException
public DocumentException() - 
DocumentException
 - 
DocumentException
 - 
DocumentException
 
 -