|
Ja-Jakarta Translation |
||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.servlet.jsp.el.ELException
javax.servlet.jsp.el.ELParseException
public class ELParseException
Represents a parsing error encountered while parsing an EL expression.
コンストラクタの概要 | |
---|---|
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 |
コンストラクタの詳細 |
---|
public ELParseException()
public ELParseException(java.lang.String pMessage)
pMessage
- the detail message
|
Ja-Jakarta Translation |
||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |