public class FailedException extends RuntimeException
Modifier and Type | Field and Description |
---|---|
protected static String |
systemState |
Constructor and Description |
---|
FailedException(String msg) |
FailedException(String msg,
Throwable cause) |
FailedException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
String |
getSystemState() |
void |
printStackTrace(PrintStream s) |
void |
printStackTrace(PrintWriter s) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
protected static String systemState
public FailedException(Throwable cause)
public FailedException(String msg)
public String getSystemState()
public void printStackTrace(PrintWriter s)
printStackTrace
in class Throwable
public void printStackTrace(PrintStream s)
printStackTrace
in class Throwable
Abbot is hosted on