public class PropertyError extends NestedError
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 |
|---|
PropertyError()
Construct a PropertyError with no detail.
|
PropertyError(java.lang.String msg)
Construct a PropertyError with the specified detail
message.
|
PropertyError(java.lang.String msg,
java.lang.Throwable nested)
Construct a PropertyError with the specified detail
message and nested Throwable.
|
PropertyError(java.lang.Throwable nested)
Construct a PropertyError with the specified
nested Throwable.
|
getCause, getMessage, getNested, printStackTrace, printStackTrace, printStackTraceprivate static final long serialVersionUID
public PropertyError(java.lang.String msg)
msg - Detail message.public PropertyError(java.lang.String msg,
java.lang.Throwable nested)
msg - Detail message.nested - Nested Throwable.public PropertyError(java.lang.Throwable nested)
nested - Nested Throwable.public PropertyError()