org.apache.log4j.config

Class PropertySetterException

public class PropertySetterException extends Exception

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

Since: 1.1

Author: Anders Kristensen

Field Summary
protected ThrowablerootCause
Constructor Summary
PropertySetterException(String msg)
PropertySetterException(Throwable rootCause)
Method Summary
StringgetMessage()
Returns descriptive text on the cause of this exception.

Field Detail

rootCause

protected Throwable rootCause

Constructor Detail

PropertySetterException

public PropertySetterException(String msg)

PropertySetterException

public PropertySetterException(Throwable rootCause)

Method Detail

getMessage

public String getMessage()
Returns descriptive text on the cause of this exception.
Copyright 2000-2005 Apache Software Foundation.