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, toString
public FastRuntimeException()
public FastRuntimeException(String message)
public FastRuntimeException(Throwable cause)
public Throwable fillInStackTrace()
fillInStackTrace
in class Throwable
public Throwable doFillInStackTrace()
Copyright © 2017. All Rights Reserved.