Package org.fcrepo.search.api
Class InvalidConditionExpressionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.fcrepo.search.api.InvalidConditionExpressionException
-
- All Implemented Interfaces:
Serializable
public class InvalidConditionExpressionException extends Exception
An exception that indicates that the syntax of the condition expression is invalid and therefore cannot be parsed.- Author:
- dbernstein
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidConditionExpressionException(String msg)
Basic constructor
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidConditionExpressionException
public InvalidConditionExpressionException(String msg)
Basic constructor- Parameters:
msg
- The text of the exception.
-
-