org.seasar.doma.domain
クラス DomainIllegalStateException

java.lang.Object
  上位を拡張 java.lang.Throwable
      上位を拡張 java.lang.Exception
          上位を拡張 java.lang.RuntimeException
              上位を拡張 org.seasar.doma.DomaException
                  上位を拡張 org.seasar.doma.domain.DomainException
                      上位を拡張 org.seasar.doma.domain.DomainIllegalStateException
すべての実装されたインタフェース:
Serializable

public class DomainIllegalStateException
extends DomainException

Domain の状態が不正な場合にスローされる例外です。

作成者:
taedium
関連項目:
直列化された形式

フィールドの概要
 
クラス org.seasar.doma.DomaException から継承されたフィールド
args, messageCode
 
コンストラクタの概要
DomainIllegalStateException(String description)
          不正な状態の説明を指定してインスタンスを構築します。
DomainIllegalStateException(Throwable cause)
          不正な状態の原因を指定してインスタンスを構築します。
 
メソッドの概要
 
クラス org.seasar.doma.DomaException から継承されたメソッド
getArgs, getMessageCode
 
クラス 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
 

コンストラクタの詳細

DomainIllegalStateException

public DomainIllegalStateException(String description)
不正な状態の説明を指定してインスタンスを構築します。

パラメータ:
description - 不正な状態の説明

DomainIllegalStateException

public DomainIllegalStateException(Throwable cause)
不正な状態の原因を指定してインスタンスを構築します。

パラメータ:
cause - 不正な状態の原因


Copyright © 2009 The Seasar Foundation. All Rights Reserved.