Class JexlException.StackOverflow

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    JexlException

    public static class JexlException.StackOverflow
    extends JexlException
    Thrown when reaching stack-overflow.
    Since:
    3.2
    See Also:
    Serialized Form
    • Constructor Detail

      • StackOverflow

        public StackOverflow​(JexlInfo info,
                             java.lang.String name,
                             java.lang.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 Detail

      • detailedMessage

        protected java.lang.String detailedMessage()
        Description copied from class: JexlException
        Accesses detailed message.
        Overrides:
        detailedMessage in class JexlException
        Returns:
        the message