Class PropertySetterException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.log4j.config.PropertySetterException
All Implemented Interfaces:
Serializable

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
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • rootCause

      protected Throwable rootCause
      The root cause.
  • Constructor Details

    • PropertySetterException

      public PropertySetterException(String msg)
      Construct the exception with the given message.
      Parameters:
      msg - The message
    • PropertySetterException

      public PropertySetterException(Throwable rootCause)
      Construct the exception with the given root cause.
      Parameters:
      rootCause - The root cause
  • Method Details

    • getMessage

      public String getMessage()
      Returns descriptive text on the cause of this exception.
      Overrides:
      getMessage in class Throwable
      Returns:
      the descriptive text.