Class SAXRuntimeException

  • All Implemented Interfaces:
    java.io.Serializable

    public class SAXRuntimeException
    extends java.lang.RuntimeException
    This class is used to wrap SAXException by RuntimeException. we can't throw Exception from visitor, so it has to be wrapped by RuntimeException. This exception is catched outside of visitor and nested exception is re-thrown.
    See Also:
    Serialized Form
    • Field Summary

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

      Constructors 
      Constructor Description
      SAXRuntimeException​(org.xml.sax.SAXException e)  
    • 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
    • Field Detail

      • e

        public final org.xml.sax.SAXException e
    • Constructor Detail

      • SAXRuntimeException

        public SAXRuntimeException​(org.xml.sax.SAXException e)