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.
String | getMessage() - Returns descriptive text on the cause of this exception.
|
rootCause
protected Throwable rootCause
PropertySetterException
public PropertySetterException(String msg)
PropertySetterException
public PropertySetterException(Throwable rootCause)
getMessage
public String getMessage()
Returns descriptive text on the cause of this exception.
Copyright 2000-2005 Apache Software Foundation.