org.boxed_economy.besp.model.fmfw.behavior
クラス BehaviorException

java.lang.Object
  拡張java.lang.Throwable
      拡張java.lang.Exception
          拡張java.lang.RuntimeException
              拡張org.boxed_economy.besp.model.ModelException
                  拡張org.boxed_economy.besp.model.fmfw.behavior.BehaviorException
すべての実装インタフェース:
java.io.Serializable

public class BehaviorException
extends ModelException

バージョン:
$Id: BehaviorException.java,v 1.1 2004/03/21 12:07:48 macchan Exp $
作成者:
macchan
関連項目:
直列化された形式

コンストラクタの概要
BehaviorException(AbstractBehavior behavior, java.lang.String message)
          Constructor for BehaviorException.
BehaviorException(AbstractBehavior behavior, java.lang.String message, java.lang.Throwable cause)
          Constructor for BehaviorException.
 
メソッドの概要
 java.lang.String getMessage()
           
 
クラス java.lang.Throwable から継承したメソッド
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

BehaviorException

public BehaviorException(AbstractBehavior behavior,
                         java.lang.String message)
Constructor for BehaviorException.


BehaviorException

public BehaviorException(AbstractBehavior behavior,
                         java.lang.String message,
                         java.lang.Throwable cause)
Constructor for BehaviorException.

パラメータ:
message -
cause -
メソッドの詳細

getMessage

public java.lang.String getMessage()
関連項目:
Throwable.getMessage()