|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.hp.hpl.jena.iri.IRIException
public abstract class IRIException
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)
.
Constructor Summary | |
---|---|
protected |
IRIException()
|
Method Summary | |
---|---|
abstract Violation |
getViolation()
Access details of the error in the IRI being processed. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected IRIException()
Method Detail |
---|
public abstract Violation getViolation()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |