Class Throwable

public class Throwable
extends Object

// Superclass of Exception, Error

Constructors

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

Methods

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