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.java49 public class Throwable implements java.io.Serializable { class
82 public Throwable() { in Throwable() method in Throwable
93 public Throwable(String detailMessage) { in Throwable() method in Throwable
107 public Throwable(String detailMessage, Throwable throwable) { in Throwable() method in Throwable
120 public Throwable(Throwable throwable) { in Throwable() method in Throwable
135 protected Throwable(String detailMessage, Throwable throwable, boolean enableSuppression) { in Throwable() method in Throwable