Package org.jupnp.xml

Klasse ParserException

Alle implementierten Schnittstellen:
Serializable

public class ParserException extends Exception
Unified exception thrown by the DOMParser and SAXParser.
Autor:
Christian Bauer
Siehe auch:
  • Konstruktordetails

    • ParserException

      public ParserException()
    • ParserException

      public ParserException(String s)
    • ParserException

      public ParserException(String s, Throwable throwable)
    • ParserException

      public ParserException(Throwable throwable)
    • ParserException

      public ParserException(SAXParseException e)