Class FatalParsingErrorException

  • All Implemented Interfaces:
    java.io.Serializable

    public class FatalParsingErrorException
    extends java.lang.RuntimeException
    This exception should only be seen in user code when using SAX2RDF or SAX2Model. This is thrown after.error errors, most importantly a ARPErrorNumbers.ERR_SAX_FATAL_ERROR. User code in an error handler may throw a different exception.
    See Also:
    Serialized Form
    • 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

      • FatalParsingErrorException

        public FatalParsingErrorException()