HomeSort by relevance Sort by last modified time
    Searched defs:Throwable (Results 1 - 7 of 7) sorted by null

  /cts/tools/dx-tests/src/dxc/junit/opcodes/athrow/jm/
T_athrow_2.java 21 public void run() throws Throwable {
22 throw new Throwable();
  /cts/tools/vm-tests/src/dot/junit/opcodes/opc_throw/d/
T_opc_throw_2.java 21 public void run() throws Throwable {
22 throw new Throwable();
  /libcore/luni/src/main/java/java/lang/
Throwable.java 30 * circumstances in which the {@code Throwable} was created (basically an error
34 * A {@code Throwable} can also include a cause, which is a nested {@code
35 * Throwable} that represents the original problem that led to this {@code
36 * Throwable}. It is often used for wrapping various types of errors into a
37 * common {@code Throwable} without losing the detailed original error
45 public class Throwable implements java.io.Serializable {
54 * The cause of this Throwable. Null when there is no cause.
56 private Throwable cause = this;
70 * Constructs a new {@code Throwable} that includes the current stack trace.
72 public Throwable() {
272 Throwable throwable = getCause(); local
310 Throwable throwable = getCause(); local
    [all...]
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 864 milliseconds