Class JspMethodNotFoundException

All Implemented Interfaces:
Serializable

public class JspMethodNotFoundException extends MethodNotFoundException
Exception wrapper that adds a JSP-specific mark to a MethodNotFoundException for better error tracking.
See Also:
  • Constructor Details

    • JspMethodNotFoundException

      public JspMethodNotFoundException(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 message
      e - the underlying MethodNotFoundException