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

android.util.AndroidException Maven / Gradle / Ivy

Go to download

provide android hidden api definition ,helper for android super framework development

There is a newer version: 1.11
Show newest version
package android.util;
public class AndroidException
  extends java.lang.Exception
{
public  AndroidException() { throw new RuntimeException("Stub!"); }
public  AndroidException(java.lang.String name) { throw new RuntimeException("Stub!"); }
public  AndroidException(java.lang.String name, java.lang.Throwable cause) { throw new RuntimeException("Stub!"); }
public  AndroidException(java.lang.Exception cause) { throw new RuntimeException("Stub!"); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy