ch.qos.logback.core.util
Class PropertySetterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ch.qos.logback.core.util.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.

Author:
Anders Kristensen
See Also:
Serialized Form

Constructor Summary
PropertySetterException(String msg)
           
PropertySetterException(String message, Throwable cause)
           
PropertySetterException(Throwable rootCause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertySetterException

public PropertySetterException(String msg)

PropertySetterException

public PropertySetterException(Throwable rootCause)

PropertySetterException

public PropertySetterException(String message,
                               Throwable cause)


Copyright © 2005-2012 QOS.ch. All Rights Reserved.