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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidPredicateException()
InvalidPredicateException(String message)
InvalidPredicateException(String message, Throwable cause)
InvalidPredicateException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-