All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.util.AndroidException Maven / Gradle / Ivy

There is a newer version: 1.4.1
Show newest version
package android.util;

public class AndroidException extends Exception {
  public AndroidException() {
    throw new RuntimeException("Stub!");
  }

  public AndroidException(String name) {
    throw new RuntimeException("Stub!");
  }

  public AndroidException(String name, Throwable cause) {
    throw new RuntimeException("Stub!");
  }

  public AndroidException(Exception cause) {
    throw new RuntimeException("Stub!");
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy