public class PropertyError extends NestedError
NestedThrowable.Util
nested
DETECT_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, printStackTrace
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
public 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 © 2018 JBoss by Red Hat. All rights reserved.