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.Exception
Thrown when an error is encountered whilst attempting to set a property using thePropertySetter
utility class.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
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
-
-