feat.v1
クラス ContextAttributeAccessException

java.lang.Object
  拡張java.lang.Throwable
      拡張java.lang.Exception
          拡張feat.v1.FeatException
              拡張feat.v1.ContextAttributeAccessException
すべての実装インタフェース:
java.io.Serializable

public class ContextAttributeAccessException
extends FeatException

サーブレットコンテキスト、セッション、リクエストの属性アクセス時にスローされる例外。

作成者:
SUGIMOTO Ken-ichi
関連項目:
直列化された形式

フィールドの概要
 
クラス feat.v1.FeatException から継承したフィールド
LEVEL_ERROR, LEVEL_FATAL, LEVEL_WARN
 
コンストラクタの概要
ContextAttributeAccessException(java.lang.String arg0, int level)
           
ContextAttributeAccessException(java.lang.String arg0, java.lang.Throwable arg1, int level)
           
ContextAttributeAccessException(java.lang.Throwable arg0, int level)
           
 
クラス feat.v1.FeatException から継承したメソッド
getLevel
 
クラス 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
 

コンストラクタの詳細

ContextAttributeAccessException

public ContextAttributeAccessException(java.lang.String arg0,
                                       int level)
パラメータ:
arg0 -

ContextAttributeAccessException

public ContextAttributeAccessException(java.lang.Throwable arg0,
                                       int level)
パラメータ:
arg0 -

ContextAttributeAccessException

public ContextAttributeAccessException(java.lang.String arg0,
                                       java.lang.Throwable arg1,
                                       int level)
パラメータ:
arg0 -
arg1 -