Most visited

Recently visited

Added in API level 1

AndroidRuntimeException

public class AndroidRuntimeException
extends RuntimeException

java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ android.util.AndroidRuntimeException
Known Direct Subclasses


Base class for all unchecked exceptions thrown by the Android frameworks.

Summary

Public constructors

AndroidRuntimeException()
AndroidRuntimeException(String name)
AndroidRuntimeException(String name, Throwable cause)
AndroidRuntimeException(Exception cause)

Inherited methods

From class java.lang.Throwable
From class java.lang.Object

Public constructors

AndroidRuntimeException

Added in API level 1
AndroidRuntimeException ()

AndroidRuntimeException

Added in API level 1
AndroidRuntimeException (String name)

Parameters
name String

AndroidRuntimeException

Added in API level 11
AndroidRuntimeException (String name, 
                Throwable cause)

Parameters
name String
cause Throwable

AndroidRuntimeException

Added in API level 1
AndroidRuntimeException (Exception cause)

Parameters
cause Exception

Hooray!