public class ControlFlowException extends RuntimeException
ControlFlowException does not populate its own stack trace, which
makes instantiating one of these (or a sub-class) more efficient.
| Constructor and Description |
|---|
ControlFlowException() |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
fillInStackTrace() |
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic Throwable fillInStackTrace()
fillInStackTrace in class ThrowableCopyright © 2012–2015 The Apache Software Foundation. All rights reserved.