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

/dalvik/libcore/sql/src/main/java/SQLite/
H A DException.java7 public class Exception extends java.lang.Exception { class in inherits:java.lang.Exception
15 public Exception(String string) { method in class:Exception
/dalvik/libcore/luni/src/main/java/java/lang/
H A DException.java22 * {@code Exception} is the superclass of all classes that represent recoverable
31 public class Exception extends Throwable { class in inherits:Throwable
35 * Constructs a new {@code Exception} that includes the current stack trace.
39 public Exception() { method in class:Exception
44 * Constructs a new {@code Exception} with the current stack trace and the
51 public Exception(String detailMessage) { method in class:Exception
56 * Constructs a new {@code Exception} with the current stack trace, the
65 public Exception(String detailMessage, Throwable throwable) { method in class:Exception
70 * Constructs a new {@code Exception} with the current stack trace and the
77 public Exception(Throwabl method in class:Exception
[all...]

Completed in 60 milliseconds