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