java > java.lang > java.lang.throwable >

Class: java.lang.Throwable
    java.lang.Object
       java.lang.Throwable


public class Throwable extends Object implements Serializable


FIELDS:

CONSTRUCTORS:
public Throwable()

public Throwable(String message)

public Throwable(String message, Throwable cause)

public Throwable(Throwable cause)


METHODS:
public Throwable fillInStackTrace()

public Throwable getCause()

public String getLocalizedMessage()

public String getMessage()

public StackTraceElement[] getStackTrace()

public Throwable initCause(Throwable cause)
Throws: IllegalArgumentException
Throws: IllegalStateException

public void printStackTrace()

public void printStackTrace(PrintStream s)

public void printStackTrace(PrintWriter s)

public void setStackTrace(StackTraceElement[] stackTrace)
Throws: NullPointerException

public String toString()
Overrides: Object


INHERITED METHODS:
getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(),

SUBCLASSES:
Error, Exception,





Yazilar kaynak gosterilmeden kopyalanamaz © www.kodcu.net