FileDocCategorySizeDatePackage
PropertyNotFoundException.javaAPI DocApache Tomcat 6.0.141457Fri Jul 20 04:20:32 BST 2007javax.el

PropertyNotFoundException

public class PropertyNotFoundException extends ELException

Fields Summary
Constructors Summary
public PropertyNotFoundException()

        super();
    
public PropertyNotFoundException(String message)

param
message

        super(message);
    
public PropertyNotFoundException(String message, Throwable cause)

param
message
param
cause

        super(message, cause);
    
public PropertyNotFoundException(Throwable cause)

param
cause

        super(cause);
    
Methods Summary