org.apache.jcs.utils.config
Class PropertySetterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.jcs.utils.config.PropertySetterException
All Implemented Interfaces:
java.io.Serializable

public class PropertySetterException
extends java.lang.Exception

This class is based on the log4j class org.apache.log4j.config.PropertySetter that was made by Anders Kristensen

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

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.

Overrides:
getMessage in class java.lang.Throwable
Returns:
The message value


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