Module org.apache.jena.core
Package org.apache.jena.rdfxml.xmlinput1
Class FatalParsingErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.jena.rdfxml.xmlinput1.FatalParsingErrorException
- All Implemented Interfaces:
Serializable
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:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FatalParsingErrorException
public FatalParsingErrorException()
-