public class PropertyError extends NestedError
NestedThrowable.UtilnestedDETECT_DUPLICATE_NESTING, NESTED_TRACE_ENABLED, PARENT_TRACE_ENABLED| Constructor and Description |
|---|
PropertyError()
Construct a PropertyError with no detail.
|
PropertyError(String msg)
Construct a PropertyError with the specified detail
message.
|
PropertyError(String msg,
Throwable nested)
Construct a PropertyError with the specified detail
message and nested Throwable.
|
PropertyError(Throwable nested)
Construct a PropertyError with the specified
nested Throwable.
|
getCause, getMessage, getNested, printStackTrace, printStackTrace, printStackTraceaddSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic PropertyError(String msg)
msg - Detail message.public PropertyError(String msg, Throwable nested)
msg - Detail message.nested - Nested Throwable.public PropertyError(Throwable nested)
nested - Nested Throwable.public PropertyError()
Copyright © 2015 JBoss by Red Hat. All rights reserved.