javax.servlet.jsp.el
类 ELParseException

java.lang.Object
  继承者 java.lang.Throwable
      继承者 java.lang.Exception
          继承者 javax.servlet.jsp.el.ELException
              继承者 javax.servlet.jsp.el.ELParseException
所有已实现的接口:
Serializable

已过时。 As of JSP 2.1, replaced by ELException

public class ELParseException
extends ELException

Represents a parsing error encountered while parsing an EL expression.

从以下版本开始:
JSP 2.0
另请参见:
序列化表格

构造方法摘要
ELParseException()
          已过时。 Creates an ELParseException with no detail message.
ELParseException(String pMessage)
          已过时。 Creates an ELParseException with the provided detail message.
 
方法摘要
 
从类 javax.servlet.jsp.el.ELException 继承的方法
getRootCause
 
从类 java.lang.Throwable 继承的方法
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

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 © 2013. All Rights Reserved.