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, toString
public FastRuntimeException()
public FastRuntimeException(String message)
public FastRuntimeException(Throwable cause)
public Throwable fillInStackTrace()
fillInStackTrace
in class Throwable
public Throwable doFillInStackTrace()
Copyright © 2014–2018 OSGL (Open Source General Library). All rights reserved.