Class XJdfParseException

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

public class XJdfParseException extends Exception
Exception thrown in case of XML parse exceptions.
See Also:
  • Constructor Details

    • XJdfParseException

      public XJdfParseException(Throwable throwable)
    • XJdfParseException

      public XJdfParseException(String message)
    • XJdfParseException

      public XJdfParseException(String message, Throwable throwable)