org.apache.avalon.excalibur.property
Class PropertyException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.apache.avalon.framework.CascadingException
                    |
                    +--org.apache.avalon.excalibur.property.PropertyException
All Implemented Interfaces:
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.

Since:
4.0
Version:
CVS $Revision: 1.4 $ $Date: 2001/12/11 09:53:32 $
Author:
Peter Donald
See Also:
Serialized Form

Constructor Summary
PropertyException(java.lang.String message)
          Construct a new PropertyException instance.
PropertyException(java.lang.String message, java.lang.Throwable throwable)
          Construct a new PropertyException instance.
 
Methods inherited from class org.apache.avalon.framework.CascadingException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertyException

public PropertyException(java.lang.String message)
Construct a new PropertyException instance.
Parameters:
message - The detail message for this exception.

PropertyException

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


Copyright © 2001 Apache Jakarta Project. All Rights Reserved.