Class SAXReturnException

  • All Implemented Interfaces:
    java.io.Serializable

    class SAXReturnException
    extends org.xml.sax.SAXException
    Quit parsing, when a certain condition is met
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String result  
    • Constructor Summary

      Constructors 
      Constructor Description
      SAXReturnException​(java.lang.String result)  
    • Method Summary

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

        getCause, getException, getMessage, toString
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getLocalizedMessage, 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

      • result

        private final java.lang.String result
    • Method Detail

      • getResult

        public final java.lang.String getResult()