public class PropertyException extends NestedRuntimeException
NestedThrowable.Util| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
The serialVersionUID
|
nestedDETECT_DUPLICATE_NESTING, NESTED_TRACE_ENABLED, PARENT_TRACE_ENABLED| Constructor and Description |
|---|
PropertyException()
Construct a PropertyException with no detail.
|
PropertyException(java.lang.String msg)
Construct a PropertyException with the specified detail
message.
|
PropertyException(java.lang.String msg,
java.lang.Throwable nested)
Construct a PropertyException with the specified detail
message and nested Throwable.
|
PropertyException(java.lang.Throwable nested)
Construct a PropertyException with the specified
nested Throwable.
|
getCause, getMessage, getNested, printStackTrace, printStackTrace, printStackTraceprivate static final long serialVersionUID
public PropertyException(java.lang.String msg)
msg - Detail message.public PropertyException(java.lang.String msg,
java.lang.Throwable nested)
msg - Detail message.nested - Nested Throwable.public PropertyException(java.lang.Throwable nested)
nested - Nested Throwable.public PropertyException()