|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.jdo.impl.enhancer.EnhancerFatalError
Thrown to indicate that the class-file enhancer failed to perform an operation due to a serious error. The enhancer is not guaranteed to be in a consistent state anymore.
Field Summary | |
java.lang.Throwable |
nested
An optional nested exception. |
Constructor Summary | |
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. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public final java.lang.Throwable nested
Constructor Detail |
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.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |