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

/libcore/ojluni/src/main/java/java/lang/
H A DException.java29 * The class {@code Exception} and its subclasses are a form of
33 * <p>The class {@code Exception} and any subclasses that are not also
45 public class Exception extends Throwable { class in inherits:Throwable
53 public Exception() { method in class:Exception
65 public Exception(String message) { method in class:Exception
83 public Exception(String message, Throwable cause) { method in class:Exception
101 public Exception(Throwable cause) { method in class:Exception
119 protected Exception(String message, Throwable cause, method in class:Exception

Completed in 131 milliseconds