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
53 public Exception() { in Exception() method in Exception
65 public Exception(String message) { in Exception() method in Exception
83 public Exception(String message, Throwable cause) { in Exception() method in Exception
101 public Exception(Throwable cause) { in Exception() method in Exception
119 protected Exception(String message, Throwable cause, in Exception() method in Exception