Class Throwable

public class Throwable
extends Object

// Superclass of Exception, Error

Constructors

Throwable()
Throwable(String)
Throwable(String, Throwable)
Throwable(Throwable)

Methods

fillInStackTrace()Stack traces are not currently supported.
getCause()
getLocalizedMessage()
getMessage()
getStackTrace()Stack traces are not currently supported.
initCause(Throwable)
printStackTrace()
setStackTrace(StackTraceElement[])Stack traces are not currently supported.
toString()