public class StopCall
extends java.lang.RuntimeException
| Modifier and Type | Field and Description |
|---|---|
static StopCall |
INSTANCE
The instance of this exception without a stacktrace.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
fillInStackTrace() |
java.lang.StackTraceElement[] |
getStackTrace() |
public static final StopCall INSTANCE