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.

Method Summary

Methods inherited from class javax.servlet.jsp.el.ELException

getRootCause

Constructor Details

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 © 1999-2002 The Apache Software Foundation. All Rights Reserved.