public abstract class IRIException extends RuntimeException
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)
.Modifier and Type | Method and Description |
---|---|
abstract Violation |
getViolation()
Access details of the error in the IRI being processed.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public abstract Violation getViolation()
Licenced under the Apache License, Version 2.0