java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.jena.iri.IRIException0
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
IRIImplException
A violation detected in an IRI has resulted
was classified as an error. This classification
depends on the settings of the
IRIFactory.
Some methods, such as IRIFactoryI.create(String),
do not throw exceptions when they encounter such as errors,
but merely remember the error to be accessed by the user
using IRI.violations(boolean).- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionabstract ViolationAccess details of the error in the IRI being processed.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
getViolation
Access details of the error in the IRI being processed.- Returns:
- The error that caused this exception
-