public class FastRuntimeException extends RuntimeException
Runtime exception without fill the stack trace. Which makes it much faster
| 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 © 2014–2021 OSGL (Open Source General Library). All rights reserved.