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

/libcore/luni/src/main/java/java/lang/
H A DException.java22 * {@code Exception} is the superclass of all classes that represent recoverable
30 public class Exception extends Throwable { class in inherits:Throwable
34 * Constructs a new {@code Exception} that includes the current stack trace.
36 public Exception() { method in class:Exception
40 * Constructs a new {@code Exception} with the current stack trace and the
46 public Exception(String detailMessage) { method in class:Exception
51 * Constructs a new {@code Exception} with the current stack trace, the
59 public Exception(String detailMessage, Throwable throwable) { method in class:Exception
64 * Constructs a new {@code Exception} with the current stack trace and the
70 public Exception(Throwabl method in class:Exception
[all...]

Completed in 143 milliseconds