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
public class InvalidStatementException extends RuntimeException
Invalid statement exception.A valid statement cannot hold literals as subjects or predicates, neither blank nodes as predicates.
- Author:
- Anahide Tchertchian
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidStatementException()
InvalidStatementException(String message)
InvalidStatementException(String message, Throwable cause)
InvalidStatementException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-