FileDocCategorySizeDatePackage
AndroidRuntimeException.javaAPI DocAndroid 5.1 API494Sat Mar 14 14:09:36 GMT 2015android.util

AndroidRuntimeException

public class AndroidRuntimeException extends RuntimeException

Fields Summary
Constructors Summary
public AndroidRuntimeException()

 throw new RuntimeException("Stub!"); 
public AndroidRuntimeException(String name)

 throw new RuntimeException("Stub!"); 
public AndroidRuntimeException(String name, Throwable cause)

 throw new RuntimeException("Stub!"); 
public AndroidRuntimeException(Exception cause)

 throw new RuntimeException("Stub!"); 
Methods Summary