|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.sun.jdo.api.persistence.enhancer.EnhancerFatalError
public class 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 | |
|---|---|
Throwable |
nested
An optional nested exception. |
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary |
|---|
| 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 Throwable nested
| Constructor Detail |
|---|
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.
public EnhancerFatalError(String msg,
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 | |||||||||