FileDocCategorySizeDatePackage
AndroidRuntimeException.javaAPI DocAndroid 1.5 API1003Wed May 06 22:41:56 BST 2009android.util

AndroidRuntimeException

public class AndroidRuntimeException extends RuntimeException
Base class for all unchecked exceptions thrown by the Android frameworks.

Fields Summary
Constructors Summary
public AndroidRuntimeException()

    
public AndroidRuntimeException(String name)

        super(name);
    
public AndroidRuntimeException(Exception cause)

        super(cause);
    
Methods Summary