public class TThrowable extends RuntimeException
Modifier | Constructor and Description |
---|---|
|
TThrowable() |
|
TThrowable(String message) |
|
TThrowable(String message,
TThrowable cause) |
protected |
TThrowable(String message,
TThrowable cause,
boolean enableSuppression,
boolean writableStackTrace) |
|
TThrowable(TThrowable cause) |
Modifier and Type | Method and Description |
---|---|
void |
addSuppressed(TThrowable exception) |
Throwable |
fillInStackTrace() |
TThrowable |
getCause() |
TThrowable |
getCause0() |
Class<?> |
getClass0() |
String |
getLocalizedMessage0() |
String |
getMessage0() |
TStackTraceElement[] |
getStackTrace0() |
TThrowable[] |
getSuppressed0() |
void |
init(String message,
TThrowable cause,
boolean enableSuppression,
boolean writableStackTrace) |
TThrowable |
initCause(TThrowable cause) |
void |
printStackTrace() |
void |
printStackTrace(PrintStream stream) |
void |
printStackTrace(PrintWriter stream) |
void |
setStackTrace(TStackTraceElement[] stackTrace) |
String |
toString0() |
addSuppressed, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
protected TThrowable(String message, TThrowable cause, boolean enableSuppression, boolean writableStackTrace)
public TThrowable()
public TThrowable(String message)
public TThrowable(String message, TThrowable cause)
public TThrowable(TThrowable cause)
public void init(String message, TThrowable cause, boolean enableSuppression, boolean writableStackTrace)
public Throwable fillInStackTrace()
fillInStackTrace
in class Throwable
public String getMessage0()
public String getLocalizedMessage0()
public TThrowable getCause()
public TThrowable getCause0()
public Class<?> getClass0()
public String toString0()
public TThrowable initCause(TThrowable cause)
public void printStackTrace()
printStackTrace
in class Throwable
public void printStackTrace(PrintStream stream)
printStackTrace
in class Throwable
public void printStackTrace(PrintWriter stream)
printStackTrace
in class Throwable
public TStackTraceElement[] getStackTrace0()
public void setStackTrace(TStackTraceElement[] stackTrace)
public final TThrowable[] getSuppressed0()
public final void addSuppressed(TThrowable exception)
Copyright © 2019. All rights reserved.