Class DocumentException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- gov.nist.secauto.decima.core.document.DocumentException
-
- All Implemented Interfaces:
Serializable
public class DocumentException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DocumentException()DocumentException(String message)DocumentException(String message, Throwable cause)DocumentException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)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
-
-