Class InvalidPredicateException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.nuxeo.ecm.platform.relations.api.exceptions.InvalidPredicateException
All Implemented Interfaces:
Serializable

public class InvalidPredicateException extends RuntimeException
A predicate has to be a resource.
Author:
Anahide Tchertchian
See Also:
  • Constructor Details

    • InvalidPredicateException

      public InvalidPredicateException()
    • InvalidPredicateException

      public InvalidPredicateException(String message)
    • InvalidPredicateException

      public InvalidPredicateException(String message, Throwable cause)
    • InvalidPredicateException

      public InvalidPredicateException(Throwable cause)