org.boxed_economy.components.property
クラス ApplyPropertyException

java.lang.Object
  拡張java.lang.Throwable
      拡張java.lang.Exception
          拡張java.lang.RuntimeException
              拡張org.boxed_economy.besp.presentation.PresentationException
                  拡張org.boxed_economy.components.property.ApplyPropertyException
すべての実装インタフェース:
java.io.Serializable

public class ApplyPropertyException
extends PresentationException

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

コンストラクタの概要
ApplyPropertyException()
          Constructor for ApplyPropertyException.
ApplyPropertyException(java.lang.String message)
          Constructor for ApplyPropertyException.
ApplyPropertyException(java.lang.String message, java.lang.Throwable cause)
          Constructor for ApplyPropertyException.
ApplyPropertyException(java.lang.Throwable cause)
          Constructor for ApplyPropertyException.
 
クラス 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
 

コンストラクタの詳細

ApplyPropertyException

public ApplyPropertyException()
Constructor for ApplyPropertyException.


ApplyPropertyException

public ApplyPropertyException(java.lang.String message)
Constructor for ApplyPropertyException.

パラメータ:
message -

ApplyPropertyException

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

パラメータ:
message -
cause -

ApplyPropertyException

public ApplyPropertyException(java.lang.Throwable cause)
Constructor for ApplyPropertyException.

パラメータ:
cause -