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:
Serializable
Exception wrapper that adds a JSP-specific mark to a MethodNotFoundException for better error tracking.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new JspMethodNotFoundException wrapping the given exception with a mark prefix. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JspMethodNotFoundException
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
-