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, toString
public FastRuntimeException()
public FastRuntimeException(String desc)
public FastRuntimeException(Throwable cause)
public Throwable fillInStackTrace()
fillInStackTrace
in class Throwable
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly