Package org.cip4.lib.xjdf.exception
Class XJmfMessageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.cip4.lib.xjdf.exception.XJmfMessageException
- All Implemented Interfaces:
Serializable
Exception related to the XJDF Document processing.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionXJmfMessageException(String message) Constructor.XJmfMessageException(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
-
XJmfMessageException
Constructor.- Parameters:
message- Exception message.
-
XJmfMessageException
Constructor.- Parameters:
message- Exception message.cause- the cause.
-