Ja-Jakarta
Translation

javax.servlet.jsp.el
クラス ELParseException

java.lang.Object
  上位を拡張 java.lang.Throwable
      上位を拡張 java.lang.Exception
          上位を拡張 javax.servlet.jsp.el.ELException
              上位を拡張 javax.servlet.jsp.el.ELParseException
すべての実装されたインタフェース:
java.io.Serializable

public class ELParseException
extends ELException

Represents a parsing error encountered while parsing an EL expression.

導入されたバージョン:
2.0
関連項目:
直列化された形式

コンストラクタの概要
ELParseException()
          Creates an ELParseException with no detail message.
ELParseException(java.lang.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(java.lang.String pMessage)
Creates an ELParseException with the provided detail message.

パラメータ:
pMessage - the detail message

Ja-Jakarta
Translation

Copyright © 2000- The Apache Software Foundation. All rights Reserved.