public class EnhancerFatalError extends Exception
| Modifier and Type | Field and Description |
|---|---|
Throwable |
nested
An optional nested exception.
|
| Constructor and Description |
|---|
EnhancerFatalError()
Constructs an
EnhancerFatalError with no detail message. |
EnhancerFatalError(String msg)
Constructs an
EnhancerFatalError with the specified
detail message. |
EnhancerFatalError(String msg,
Throwable nested)
Constructs an
EnhancerFatalError with the specified
detail message and an optional nested exception. |
EnhancerFatalError(Throwable nested)
Constructs an
EnhancerFatalError with an optional
nested exception. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic final Throwable nested
public EnhancerFatalError()
EnhancerFatalError with no detail message.public EnhancerFatalError(String msg)
EnhancerFatalError with the specified
detail message.public EnhancerFatalError(Throwable nested)
EnhancerFatalError with an optional
nested exception.Copyright © 2013. All Rights Reserved.