public class FastRuntimeException extends RuntimeException
| Constructor and Description |
|---|
FastRuntimeException() |
FastRuntimeException(String desc) |
FastRuntimeException(String desc,
Throwable cause) |
FastRuntimeException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
fillInStackTrace()
Since we override this method, no stacktrace is generated - much faster
|
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FastRuntimeException()
public FastRuntimeException(String desc)
public FastRuntimeException(Throwable cause)
public Throwable fillInStackTrace()
fillInStackTrace in class ThrowableCopyright © 2015. All Rights Reserved.