FileDocCategorySizeDatePackage
JspMethodNotFoundException.javaAPI DocApache Tomcat 6.0.141125Fri Jul 20 04:20:34 BST 2007org.apache.jasper.el

JspMethodNotFoundException

public class JspMethodNotFoundException extends MethodNotFoundException

Fields Summary
Constructors Summary
public JspMethodNotFoundException(String mark, MethodNotFoundException e)

        super(mark + " " + e.getMessage(), e.getCause());
    
Methods Summary