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

JspPropertyNotFoundException

public final class JspPropertyNotFoundException extends PropertyNotFoundException

Fields Summary
Constructors Summary
public JspPropertyNotFoundException(String mark, PropertyNotFoundException e)

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