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

/openjdk7/jdk/src/share/classes/java/lang/
H A DThrowable.java31 * The {@code Throwable} class is the superclass of all errors and
39 * Throwable} and any subclass of {@code Throwable} that is not also a
52 * throwable can {@linkplain Throwable#addSuppressed suppress} other
89 * {@link #initCause(Throwable)} method. New throwable classes that
92 * {@code Throwable} constructors that takes a cause.
97 * {@code Throwable}.
99 * <p>By convention, class {@code Throwable} and its subclasses have two
104 * {@code Throwable} (the cause), and one that takes a
105 * {@code String} (the detail message) and a {@code Throwable} (th
114 public class Throwable implements Serializable { class in inherits:Serializable
249 public Throwable() { method in class:Throwable
264 public Throwable(String message) { method in class:Throwable
286 public Throwable(String message, Throwable cause) { method in class:Throwable
309 public Throwable(Throwable cause) { method in class:Throwable
356 protected Throwable(String message, Throwable cause, method in class:Throwable
[all...]

Completed in 43 milliseconds