Added in API level 1

AndroidRuntimeException


open class AndroidRuntimeException : RuntimeException
BadParcelableException

Exception thrown when a Parcelable is malformed or otherwise invalid.

Fragment.InstantiationException

Thrown by Fragment.instantiate(Context, String, Bundle) when there is an instantiation failure.

KeyCharacterMap.UnavailableException

Thrown by KeyCharacterMap.load when a key character map could not be loaded.

ReceiverCallNotAllowedException

This exception is thrown from android.

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

Summary

Public constructors

AndroidRuntimeException

Added in API level 1
AndroidRuntimeException()

AndroidRuntimeException

Added in API level 1
AndroidRuntimeException(cause: Exception!)

AndroidRuntimeException

Added in API level 1
AndroidRuntimeException(name: String!)

AndroidRuntimeException

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