Package org.dspace.content.logic
Class LogicalStatementException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.dspace.content.logic.LogicalStatementException
-
- All Implemented Interfaces:
Serializable
public class LogicalStatementException extends RuntimeException
Exception for errors encountered while evaluating logical statements defined as spring beans.- Version:
- $Revision$
- Author:
- Kim Shepherd
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LogicalStatementException()LogicalStatementException(String s)LogicalStatementException(String s, Throwable t)LogicalStatementException(Throwable t)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-