Package org.eclipse.rdf4j.sail.spin
Class ConstraintViolationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.eclipse.rdf4j.OpenRDFException
-
- org.eclipse.rdf4j.RDF4JException
-
- org.eclipse.rdf4j.sail.SailException
-
- org.eclipse.rdf4j.sail.spin.ConstraintViolationException
-
- All Implemented Interfaces:
Serializable
public class ConstraintViolationException extends SailException
Exception thrown when a SPIN constraint is violated.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConstraintViolationException(ConstraintViolation violation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConstraintViolation
getConstraintViolation()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ConstraintViolationException
public ConstraintViolationException(ConstraintViolation violation)
-
-
Method Detail
-
getConstraintViolation
public ConstraintViolation getConstraintViolation()
-
-