Class InvalidStatementException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.nuxeo.ecm.platform.relations.api.exceptions.InvalidStatementException
- All Implemented Interfaces:
Serializable
Invalid statement exception.
A valid statement cannot hold literals as subjects or predicates, neither blank nodes as predicates.
- Author:
- Anahide Tchertchian
- See Also:
-
Constructor Summary
ConstructorDescriptionInvalidStatementException
(String message) InvalidStatementException
(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
-
InvalidStatementException
public InvalidStatementException() -
InvalidStatementException
-
InvalidStatementException
-
InvalidStatementException
-