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.
Author:
Kim Shepherd
See Also:
  • Constructor Details

    • LogicalStatementException

      public LogicalStatementException()
    • LogicalStatementException

      public LogicalStatementException(String s, Throwable t)
    • LogicalStatementException

      public LogicalStatementException(String s)
    • LogicalStatementException

      public LogicalStatementException(Throwable t)