Package org.apache.jena.iri.impl
Class IRIImplException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.jena.iri.IRIException
-
- org.apache.jena.iri.impl.IRIImplException
-
- All Implemented Interfaces:
java.io.Serializable
public class IRIImplException extends IRIException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IRIImplException(Violation e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetMessage()ViolationgetViolation()Access details of the error in the IRI being processed.
-
-
-
Constructor Detail
-
IRIImplException
public IRIImplException(Violation e)
-
-
Method Detail
-
getViolation
public Violation getViolation()
Description copied from class:IRIExceptionAccess details of the error in the IRI being processed.- Specified by:
getViolationin classIRIException- Returns:
- The error that caused this exception
-
getMessage
public java.lang.String getMessage()
- Overrides:
getMessagein classjava.lang.Throwable
-
-