Save This Page
Home » slf4j-1.5.5 » org.apache » log4j » config » [javadoc | source]
org.apache.log4j.config
public class: PropertySetterException [javadoc | source]
java.lang.Object
   java.lang.Throwable
      java.lang.Exception
         org.apache.log4j.config.PropertySetterException

All Implemented Interfaces:
    Serializable

Thrown when an error is encountered whilst attempting to set a property using the PropertySetter utility class.
Field Summary
protected  Throwable rootCause     
Constructor:
 public PropertySetterException(String msg) 
 public PropertySetterException(Throwable rootCause) 
Method from org.apache.log4j.config.PropertySetterException Summary:
getMessage
Methods from java.lang.Throwable:
fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.log4j.config.PropertySetterException Detail:
 public String getMessage() 
    Returns descriptive text on the cause of this exception.