public class

PropertySetterException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ org.apache.log4j.config.PropertySetterException

Class Overview

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

Summary

Fields
protected Throwable rootCause
Public Constructors
PropertySetterException(String msg)
PropertySetterException(Throwable rootCause)
Public Methods
String getMessage()
Returns descriptive text on the cause of this exception.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Fields

protected Throwable rootCause

Public Constructors

public PropertySetterException (String msg)

public PropertySetterException (Throwable rootCause)

Public Methods

public String getMessage ()

Returns descriptive text on the cause of this exception.