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

/dalvik/libcore/luni/src/main/java/java/lang/
H A DError.java22 * {@code Error} is the superclass of all classes that represent unrecoverable
31 public class Error extends Throwable { class in inherits:Throwable
36 * Constructs a new {@code Error} that includes the current stack trace.
40 public Error() { method in class:Error
45 * Constructs a new {@code Error} with the current stack trace and the
52 public Error(String detailMessage) { method in class:Error
57 * Constructs a new {@code Error} with the current stack trace, the
66 public Error(String detailMessage, Throwable throwable) { method in class:Error
71 * Constructs a new {@code Error} with the current stack trace and the
78 public Error(Throwabl method in class:Error
[all...]

Completed in 82 milliseconds