|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| 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 |
public Exception getException()
throws IllegalStateException
IllegalStateException - if not currently in an exception handler.
public String getExceptionNodeName()
throws IllegalStateException
null if the node is undefined.
IllegalStateException - if not currently in an exception handler.
public int getRetriesRemaining()
throws IllegalStateException
IllegalStateException - if not currently in an exception block or handler.
public 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 | |||||||||