Ja-Jakarta
Translation

javax.servlet.jsp.el
クラス ELException

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

public class ELException
extends java.lang.Exception

Represents any of the exception conditions that arise during the operation evaluation of the evaluator.

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

コンストラクタの概要
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
 

コンストラクタの詳細

ELException

public ELException()
Creates an ELException with no detail message.


ELException

public ELException(java.lang.String pMessage)
Creates an ELException with the provided detail message.

パラメータ:
pMessage - the detail message

ELException

public ELException(java.lang.Throwable pRootCause)
Creates an ELException with the given root cause.

パラメータ:
pRootCause - the originating cause of this exception

ELException

public ELException(java.lang.String pMessage,
                   java.lang.Throwable pRootCause)
Creates an ELException with the given detail message and root cause.

パラメータ:
pMessage - the detail message
pRootCause - the originating cause of this exception
メソッドの詳細

getRootCause

public java.lang.Throwable getRootCause()
Returns the root cause.

戻り値:
the root cause of this exception

Ja-Jakarta
Translation

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