public class ControlFlowException extends RuntimeException
| Constructor and Description |
|---|
ControlFlowException()
Creates an exception thrown to model control flow.
|
| Modifier and Type | Method and Description |
|---|---|
Throwable |
fillInStackTrace()
For performance reasons, this exception does not record any stack trace information.
|
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ControlFlowException()
public final Throwable fillInStackTrace()
fillInStackTrace in class Throwable