javax.servlet.jsp.el

Class ELParseException

public class ELParseException extends ELException

Represents a parsing error encountered while parsing an EL expression.

Since: 2.0

Constructor Summary
ELParseException()
Creates an ELParseException with no detail message.
ELParseException(String pMessage)
Creates an ELParseException with the provided detail message.

Constructor Detail

ELParseException

public ELParseException()
Creates an ELParseException with no detail message.

ELParseException

public ELParseException(String pMessage)
Creates an ELParseException with the provided detail message.

Parameters: pMessage the detail message

Copyright © 2004 Mortbay Consulting Pty. Ltd. All Rights Reserved.