Class 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 Detail

      • LogicalStatementException

        public LogicalStatementException()
      • LogicalStatementException

        public LogicalStatementException​(String s,
                                         Throwable t)
      • LogicalStatementException

        public LogicalStatementException​(String s)
      • LogicalStatementException

        public LogicalStatementException​(Throwable t)