javax.servlet.jsp.el
Class ELParseException
public class ELParseException
Represents a parsing error encountered while parsing an EL expression.
ELParseException() - Creates an ELParseException with no detail message.
|
ELParseException(String pMessage) - Creates an ELParseException with the provided detail message.
|
ELParseException
public ELParseException()
Creates an ELParseException with no detail message.
ELParseException
public ELParseException(String pMessage)
Creates an ELParseException with the provided detail message.
pMessage
- the detail message
Copyright © 1999-2002 The Apache Software Foundation. All Rights Reserved.