public static class Osgl.Break extends FastRuntimeException
| Constructor and Description |
|---|
Break()
construct a Break without payload
|
Break(Object payload)
Construct a Break with payload specified.
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
get()
Return the payload
|
doFillInStackTrace, fillInStackTraceaddSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic Break()
public Break(Object payload)
payload - the payload objectCopyright © 2017. All Rights Reserved.