AndroidRuntimeException  |  API reference  |  Android Developers (original) (raw)


open class AndroidRuntimeException : RuntimeException

kotlin.Any
kotlin.Throwable
java.lang.Exception
java.lang.RuntimeException

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

Summary

Public constructors
AndroidRuntimeException()
AndroidRuntimeException(cause: Exception!)
AndroidRuntimeException(name: String!)
AndroidRuntimeException(name: String!, cause: Throwable!)

Public constructors

AndroidRuntimeException

AndroidRuntimeException()

AndroidRuntimeException

AndroidRuntimeException(cause: Exception!)

AndroidRuntimeException

AndroidRuntimeException(name: String!)

AndroidRuntimeException

AndroidRuntimeException(
    name: String!,
    cause: Throwable!)

Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.

Last updated 2025-02-10 UTC.