public class FlowBreakException extends NoStackRuntimeException
Lightweight, stacktrace-free exceptions for process control NoStackTraceRuntimeException RuntimeException took 5955 ms FlowControlException took 26 ms
| Constructor and Description |
|---|
FlowBreakException() |
FlowBreakException(Enum<?> label) |
FlowBreakException(Enum<?> label,
String message) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Enum<T>> |
getLabel() |
boolean |
inLabels(Enum<?>... labels) |
String |
toString() |
fillInStackTraceaddSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic FlowBreakException()
public FlowBreakException(Enum<?> label)
Copyright © 2024. All rights reserved.