Class EvaluationStackOverflowException

All Implemented Interfaces:
Serializable

public class EvaluationStackOverflowException extends EvaluationException
Exception thrown when evaluation recursion exceeds 50
See Also:
  • Field Details

    • MAX_STACK_DEPTH

      public static final int MAX_STACK_DEPTH
      Max evaluation stack depth in processing
      See Also:
  • Constructor Details

    • EvaluationStackOverflowException

      public EvaluationStackOverflowException(String s)