|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
ccs.cpc.impl.RecursionFailedException
public class RecursionFailedException
Thrown by recursion engine payloads to indicate that this recursion is a loser and won't continue. A RecursionFailedException
| Constructor Summary | |
|---|---|
RecursionFailedException(java.lang.Exception cause)
Initialise a new RecursionFailedException. |
|
| 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 |
| Constructor Detail |
|---|
public RecursionFailedException(java.lang.Exception cause)
cause - The reason the recursion failed. If non-null, it will be reported
to the user; if not, the recursion will abort silently. (Eg. when thrown
due to a cancel in a confirmation.)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||