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.
Author:
Anders Kristensen
Since:
1.1

Field Summary

protected Throwable
rootCause

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

Constructor Details

PropertySetterException

public PropertySetterException(String msg)

PropertySetterException

public PropertySetterException(Throwable rootCause)

Method Details

getMessage

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

Copyright 2000-2005 Apache Software Foundation.