org.apache.avalon.excalibur.property
クラス PropertyException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.apache.avalon.framework.CascadingException
                    |
                    +--org.apache.avalon.excalibur.property.PropertyException
すべての実装インタフェース:
org.apache.avalon.framework.CascadingThrowable, java.io.Serializable

public class PropertyException
extends org.apache.avalon.framework.CascadingException

Thrown when a property can not be resolved properly.

導入されたバージョン:
4.0
バージョン:
CVS $Revision: 1.4 $ $Date: 2001/12/11 09:53:32 $
作成者:
Peter Donald
関連項目:
直列化された形式

コンストラクタの概要
PropertyException(java.lang.String message)
          Construct a new PropertyException instance.
PropertyException(java.lang.String message, java.lang.Throwable throwable)
          Construct a new PropertyException instance.
 
クラス org.apache.avalon.framework.CascadingException から継承したメソッド
getCause
 
クラス java.lang.Throwable から継承したメソッド
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

PropertyException

public PropertyException(java.lang.String message)
Construct a new PropertyException instance.
パラメータ:
message - The detail message for this exception.

PropertyException

public PropertyException(java.lang.String message,
                         java.lang.Throwable throwable)
Construct a new PropertyException instance.
パラメータ:
message - The detail message for this exception.
throwable - the root cause of the exception


"Copyright ? 2001 Apache Jakarta Project. All Rights Reserved."