Home
last modified time | relevance | path

Searched defs:Throwable (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/lang/
DThrowable.java50 public class Throwable implements java.io.Serializable { class
83 public Throwable() { in Throwable() method in Throwable
92 public Throwable(String detailMessage) { in Throwable() method in Throwable
102 public Throwable(String detailMessage, Throwable cause) { in Throwable() method in Throwable
113 public Throwable(Throwable cause) { in Throwable() method in Throwable
131 …protected Throwable(String detailMessage, Throwable cause, boolean enableSuppression, boolean writ… in Throwable() method in Throwable