Class XJdfDocumentException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.cip4.lib.xjdf.exception.XJdfDocumentException
All Implemented Interfaces:
Serializable

public class XJdfDocumentException extends RuntimeException
Exception related to the XJDF Document processing.
See Also:
  • Constructor Details

    • XJdfDocumentException

      public XJdfDocumentException(String message)
      Constructor.
      Parameters:
      message - Exception message.
    • XJdfDocumentException

      public XJdfDocumentException(String message, Throwable cause)
      Constructor.
      Parameters:
      message - Exception message.
      cause - the cause.