public class FastRuntimeException extends RuntimeException
| Constructor and Description |
|---|
FastRuntimeException() |
FastRuntimeException(String message) |
FastRuntimeException(String message,
Object... args) |
FastRuntimeException(Throwable cause) |
FastRuntimeException(Throwable cause,
String message,
Object... args) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
doFillInStackTrace() |
Throwable |
fillInStackTrace() |
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FastRuntimeException()
public FastRuntimeException(String message)
public FastRuntimeException(Throwable cause)
public Throwable fillInStackTrace()
fillInStackTrace in class Throwablepublic Throwable doFillInStackTrace()
Copyright © 2017. All Rights Reserved.