Package cz.cvut.kbss.jopa.exception
Class SparqlResultMappingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cz.cvut.kbss.jopa.exceptions.OWLPersistenceException
cz.cvut.kbss.jopa.exception.SparqlResultMappingException
- All Implemented Interfaces:
Serializable
Represents a problem with a
SparqlResultSetMapping
declaration or its runtime usage to map query result to target value(s).- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSparqlResultMappingException
(String message) SparqlResultMappingException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SparqlResultMappingException
-
SparqlResultMappingException
-
SparqlResultMappingException
-