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:
  • Constructor Details

    • InvalidStatementException

      public InvalidStatementException()
    • InvalidStatementException

      public InvalidStatementException(String message)
    • InvalidStatementException

      public InvalidStatementException(String message, Throwable cause)
    • InvalidStatementException

      public InvalidStatementException(Throwable cause)