Class ParserException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.openremote.container.xml.ParserException
All Implemented Interfaces:
Serializable

public class ParserException extends Exception
Unified exception thrown by the DOMParser and SAXParser.
See Also:
  • Constructor Details

    • ParserException

      public ParserException()
    • ParserException

      public ParserException(String s)
    • ParserException

      public ParserException(String s, Throwable throwable)
    • ParserException

      public ParserException(Throwable throwable)
    • ParserException

      public ParserException(SAXParseException ex)