⇒ Index (Frames) |  ⇒ Index (No Frames) |  ⇒ Package |  ⇒ Package Tree |  ⇒ Full Tree 
org.apache.log4j.config

Class PropertySetterException

Exception
|
+--org.apache.log4j.config.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

Throwable

rootCause

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

Constructor Summary

PropertySetterException(String msg)

PropertySetterException(Throwable rootCause)

Method Summary

String

getMessage()

Returns descriptive text on the cause of this exception.

Field Details

rootCause

protected Throwable rootCause

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

Since:
1.1
Author:
Anders Kristensen

Constructor Details

PropertySetterException

public PropertySetterException(String msg)

Parameters:
msg

PropertySetterException

public PropertySetterException(Throwable rootCause)

Parameters:
rootCause

Method Details

getMessage

public String getMessage()

Returns descriptive text on the cause of this exception.