Class JexlException.StackOverflow

All Implemented Interfaces:
Serializable
Enclosing class:
JexlException

public static class JexlException.StackOverflow extends JexlException
Thrown when reaching stack-overflow.
Since:
3.2
See Also:
  • Field Details

  • Constructor Details

    • StackOverflow

      public StackOverflow(JexlInfo info, String name, Throwable cause)
      Creates a new stack overflow exception instance.
      Parameters:
      info - the location information
      name - the unknown method
      cause - the exception causing the error
  • Method Details