Package org.xml.sax

Class SAXException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    SAXParseException

    public class SAXException
    extends java.io.IOException
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      SAXException​(java.lang.String str)  
      SAXException​(java.lang.String str, java.lang.Throwable throwable)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SAXException

        public SAXException​(java.lang.String str)
      • SAXException

        public SAXException​(java.lang.String str,
                            java.lang.Throwable throwable)