Class ValidationUnrecoverableException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ValidationUnrecoverableException
    extends org.xml.sax.SAXParseException
    Exception that signals error was fatal and recovery was not possible.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class org.xml.sax.SAXParseException

        getColumnNumber, getLineNumber, getPublicId, getSystemId, toString
      • Methods inherited from class org.xml.sax.SAXException

        getCause, getException, getMessage
      • 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
    • Constructor Detail

      • ValidationUnrecoverableException

        public ValidationUnrecoverableException​(org.xml.sax.SAXParseException vv)