java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.jena.shared.JenaException
org.apache.jena.irix.IRIException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
RelativeIRIException
Exception thrown due to IRI problems.
Problems can be:
- parse errors (the IRI string does not conform to the grammar in RFC 3986.
- URI scheme specific errors.
- Not acceptable for usage intended (in RDF a URI must be absolute and conform to schema-specific rules for an absolute URI).
- 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
-
IRIException
-
IRIException
-