Class WrappedSaxException

  • All Implemented Interfaces:
    java.io.Serializable

    public final class WrappedSaxException
    extends java.lang.RuntimeException
    Simple type-safe wrapper used for "tunneling" SAX exceptions through interfaces that do not allow them to be thrown. This is done by extending RuntimeException.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) org.xml.sax.SAXException mCause  
    • Constructor Summary

      Constructors 
      Constructor Description
      WrappedSaxException​(org.xml.sax.SAXException cause)  
    • Method Summary

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

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

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

      • mCause

        final org.xml.sax.SAXException mCause
    • Constructor Detail

      • WrappedSaxException

        public WrappedSaxException​(org.xml.sax.SAXException cause)
    • Method Detail

      • getSaxException

        public org.xml.sax.SAXException getSaxException()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Throwable