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

/libcore/luni/src/main/java/java/lang/
H A DError.java22 * {@code Error} is the superclass of all classes that represent unrecoverable
30 public class Error extends Throwable { class in inherits:Throwable
35 * Constructs a new {@code Error} that includes the current stack trace.
37 public Error() { method in class:Error
41 * Constructs a new {@code Error} with the current stack trace and the
47 public Error(String detailMessage) { method in class:Error
52 * Constructs a new {@code Error} with the current stack trace, the
60 public Error(String detailMessage, Throwable throwable) { method in class:Error
65 * Constructs a new {@code Error} with the current stack trace and the
71 public Error(Throwabl method in class:Error
[all...]

Completed in 101 milliseconds