Class RuntimeSAXException

  • All Implemented Interfaces:
    java.io.Serializable

    public class RuntimeSAXException
    extends java.lang.RuntimeException
    Use this to throw a SAXException in subclassed methods that don't throw SAXExceptions
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      RuntimeSAXException​(org.xml.sax.SAXException t)  
    • 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

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

      • RuntimeSAXException

        public RuntimeSAXException​(org.xml.sax.SAXException t)