Package org.apache.jasper.el
Class JspMethodNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jakarta.el.ELException
-
- jakarta.el.MethodNotFoundException
-
- org.apache.jasper.el.JspMethodNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class JspMethodNotFoundException extends MethodNotFoundException
Exception wrapper that adds a JSP-specific mark to a MethodNotFoundException for better error tracking.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JspMethodNotFoundException(java.lang.String mark, MethodNotFoundException e)Creates a new JspMethodNotFoundException wrapping the given exception with a mark prefix.
-
-
-
Constructor Detail
-
JspMethodNotFoundException
public JspMethodNotFoundException(java.lang.String mark, MethodNotFoundException e)Creates a new JspMethodNotFoundException wrapping the given exception with a mark prefix.- Parameters:
mark- the mark prefix to prepend to the error messagee- the underlying MethodNotFoundException
-
-