org.apache.jcs.config
Class PropertySetterException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.jcs.config.PropertySetterException
All Implemented Interfaces:
java.io.Serializable

public class PropertySetterException
extends java.lang.Exception

Thrown when an error is encountered whilst attempting to set a property using the PropertySetterutility class.

Since:
1.1
See Also:
Serialized Form

Field Summary
protected  java.lang.Throwable rootCause
          Description of the Field
 
Constructor Summary
PropertySetterException(java.lang.String msg)
          Constructor for the PropertySetterException object
PropertySetterException(java.lang.Throwable rootCause)
          Constructor for the PropertySetterException object
 
Method Summary
 java.lang.String getMessage()
          Returns descriptive text on the cause of this exception.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

rootCause

protected java.lang.Throwable rootCause
Description of the Field

Constructor Detail

PropertySetterException

public PropertySetterException(java.lang.String msg)
Constructor for the PropertySetterException object

Parameters:
msg -

PropertySetterException

public PropertySetterException(java.lang.Throwable rootCause)
Constructor for the PropertySetterException object

Parameters:
rootCause -
Method Detail

getMessage

public java.lang.String getMessage()
Returns descriptive text on the cause of this exception.

Returns:
The message value


Copyright © 2002-2007 Apache Software Foundation. All Rights Reserved.