org.boxed_economy.besp.presentation
クラス PresentationException

java.lang.Object
  拡張java.lang.Throwable
      拡張java.lang.Exception
          拡張java.lang.RuntimeException
              拡張org.boxed_economy.besp.presentation.PresentationException
すべての実装インタフェース:
java.io.Serializable
直系の既知のサブクラス:
ApplyPropertyException

public class PresentationException
extends java.lang.RuntimeException

このexceptionは、シミュレーション上で起きたexception・エラーを表わします。 component開発者の簡便のため、ExceptionではなくRuntimeExceptionから継承します。

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

コンストラクタの概要
PresentationException()
          デフォルトコンストラクタ RuntimeExceptionのコンストラクタを呼びます
PresentationException(java.lang.String s)
          デフォルトコンストラクタ RuntimeExceptionのコンストラクタを呼びます
PresentationException(java.lang.String message, java.lang.Throwable cause)
          Constructor for ModelException.
PresentationException(java.lang.Throwable cause)
          Constructor for ModelException.
 
クラス 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
 

コンストラクタの詳細

PresentationException

public PresentationException()
デフォルトコンストラクタ RuntimeExceptionのコンストラクタを呼びます


PresentationException

public PresentationException(java.lang.String s)
デフォルトコンストラクタ RuntimeExceptionのコンストラクタを呼びます


PresentationException

public PresentationException(java.lang.String message,
                             java.lang.Throwable cause)
Constructor for ModelException.

パラメータ:
message -
cause -

PresentationException

public PresentationException(java.lang.Throwable cause)
Constructor for ModelException.

パラメータ:
cause -