Class JBBPEvalException

All Implemented Interfaces:
Serializable

public class JBBPEvalException extends JBBPException
The Exception is thrown if any errors during execution of an array length evaluator.
Since:
1.0
See Also:
  • Constructor Details

    • JBBPEvalException

      public JBBPEvalException(String message, JBBPIntegerValueEvaluator evaluator)
      A Constructor.
      Parameters:
      message - a message, can be null
      evaluator - a cause evaluator, can be null
    • JBBPEvalException

      public JBBPEvalException(String message, JBBPIntegerValueEvaluator evaluator, Throwable cause)
      A Constructor.
      Parameters:
      message - a message, can be null
      evaluator - a cause evaluator, can be null
      cause - a cause exception, can be null
  • Method Details

    • getEvaluator

      public JBBPIntegerValueEvaluator getEvaluator()
      get the cause evaluator.
      Returns:
      the cause evaluator for the exception, can be null