Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/lang/
DException.java45 public class Exception extends Throwable { class
54 public Exception() { in Exception() method in Exception
66 public Exception(String message) { in Exception() method in Exception
84 public Exception(String message, Throwable cause) { in Exception() method in Exception
102 public Exception(Throwable cause) { in Exception() method in Exception
120 protected Exception(String message, Throwable cause, in Exception() method in Exception