ELParseExceptionpublic class ELParseException extends ELException Represents a parsing error encountered while parsing an EL expression. |
Constructors Summary |
---|
public ELParseException()Creates an ELParseException with no detail message.
super ();
| public ELParseException(String pMessage)Creates an ELParseException with the provided detail message.
super (pMessage);
|
|