Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/lang/
DException.java30 public class Exception extends Throwable { class
36 public Exception() { in Exception() method in Exception
46 public Exception(String detailMessage) { in Exception() method in Exception
59 public Exception(String detailMessage, Throwable throwable) { in Exception() method in Exception
70 public Exception(Throwable throwable) { in Exception() method in Exception