Class SAXIOException

  • All Implemented Interfaces:
    java.io.Serializable

    public class SAXIOException
    extends java.io.IOException
    Wrapper for SAX Exceptions which would make it possible to include line and column information with SAX parse errors.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.xml.sax.SAXException saxe  
    • Constructor Summary

      Constructors 
      Constructor Description
      SAXIOException​(org.xml.sax.SAXException saxe)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Throwable getCause()  
      org.xml.sax.SAXException getSAXException()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, 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
    • Field Detail

      • saxe

        protected org.xml.sax.SAXException saxe
    • Constructor Detail

      • SAXIOException

        public SAXIOException​(org.xml.sax.SAXException saxe)
    • Method Detail

      • getSAXException

        public org.xml.sax.SAXException getSAXException()
      • getCause

        public java.lang.Throwable getCause()
        Overrides:
        getCause in class java.lang.Throwable