Package org.cip4.lib.xjdf.exception
Class XJdfDocumentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.cip4.lib.xjdf.exception.XJdfDocumentException
- All Implemented Interfaces:
Serializable
Exception related to the XJDF Document processing.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionXJdfDocumentException(String message) Constructor.XJdfDocumentException(String message, Throwable cause) Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
XJdfDocumentException
Constructor.- Parameters:
message- Exception message.
-
XJdfDocumentException
Constructor.- Parameters:
message- Exception message.cause- the cause.
-