|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface JpdContext.ExceptionInfo
| Method Summary | |
|---|---|
Exception |
getException()
This method is only valid in an exception handler. |
String |
getExceptionNodeName()
This method is only valid in an exception handler. |
int |
getRetriesRemaining()
This method is only valid within an exception handler, or in a block of code that contains an exception handler. |
int |
getRetryCount()
This method is only valid within an exception handler, or in a block of code that contains an exception handler. |
| Method Detail |
|---|
Exception getException()
throws IllegalStateException
IllegalStateException - if not currently in an exception handler.
String getExceptionNodeName()
throws IllegalStateException
null if the node is undefined.
IllegalStateException - if not currently in an exception handler.
int getRetriesRemaining()
throws IllegalStateException
IllegalStateException - if not currently in an exception block or handler.
int getRetryCount()
throws IllegalStateException
IllegalStateException - if not currently in an exception block or handler.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||