Package ch.qos.logback.core.util
Class PropertySetterException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ch.qos.logback.core.util.PropertySetterException
-
- All Implemented Interfaces:
java.io.Serializable
public class PropertySetterException extends java.lang.ExceptionThrown when an error is encountered whilst attempting to set a property using thePropertySetterutility class.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description PropertySetterException(java.lang.String msg)PropertySetterException(java.lang.String message, java.lang.Throwable cause)PropertySetterException(java.lang.Throwable rootCause)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-