public class EnhancerFatalError
extends java.lang.Exception
Modifier and Type | Field and Description |
---|---|
java.lang.Throwable |
nested
An optional nested exception.
|
Constructor and Description |
---|
EnhancerFatalError()
Constructs an
EnhancerFatalError with no detail message. |
EnhancerFatalError(java.lang.String msg)
Constructs an
EnhancerFatalError with the specified
detail message. |
EnhancerFatalError(java.lang.String msg,
java.lang.Throwable nested)
Constructs an
EnhancerFatalError with the specified
detail message and an optional nested exception. |
EnhancerFatalError(java.lang.Throwable nested)
Constructs an
EnhancerFatalError with an optional
nested exception. |
public EnhancerFatalError()
EnhancerFatalError
with no detail message.public EnhancerFatalError(java.lang.String msg)
EnhancerFatalError
with the specified
detail message.public EnhancerFatalError(java.lang.Throwable nested)
EnhancerFatalError
with an optional
nested exception.public EnhancerFatalError(java.lang.String msg, java.lang.Throwable nested)
EnhancerFatalError
with the specified
detail message and an optional nested exception.Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.