|
Ja-Jakarta Translation |
||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.servlet.jsp.el.ELException
public class ELException
Represents any of the exception conditions that arise during the operation evaluation of the evaluator.
コンストラクタの概要 | |
---|---|
ELException()
Creates an ELException with no detail message. |
|
ELException(java.lang.String pMessage)
Creates an ELException with the provided detail message. |
|
ELException(java.lang.String pMessage,
java.lang.Throwable pRootCause)
Creates an ELException with the given detail message and root cause. |
|
ELException(java.lang.Throwable pRootCause)
Creates an ELException with the given root cause. |
メソッドの概要 | |
---|---|
java.lang.Throwable |
getRootCause()
Returns the root cause. |
クラス 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 ELException()
public ELException(java.lang.String pMessage)
pMessage
- the detail messagepublic ELException(java.lang.Throwable pRootCause)
pRootCause
- the originating cause of this exceptionpublic ELException(java.lang.String pMessage, java.lang.Throwable pRootCause)
pMessage
- the detail messagepRootCause
- the originating cause of this exceptionメソッドの詳細 |
---|
public java.lang.Throwable getRootCause()
|
Ja-Jakarta Translation |
||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |