public class Continue extends Exception
| Modifier and Type | Field and Description |
|---|---|
static Continue |
continueException |
protected Object |
payload |
| Constructor and Description |
|---|
Continue() |
Continue(Object payload) |
Continue(String s) |
Continue(String s,
Object payload) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getPayload()
An optional payload that maybe passed like a Return
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected Object payload
public static Continue continueException
public Continue()
public Continue(Object payload)
public Continue(String s)
public Object getPayload()
Copyright © 2018. All rights reserved.