Added in API level 1

NotFoundException

open class NotFoundException : RuntimeException
kotlin.Any
   ↳ kotlin.Throwable
   ↳ java.lang.Exception
   ↳ java.lang.RuntimeException
   ↳ android.content.res.Resources.NotFoundException

This exception is thrown by the resource APIs when a requested resource can not be found.

Summary

Public constructors

Public constructors

NotFoundException

Added in API level 1
NotFoundException()

NotFoundException

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

NotFoundException

Added in API level 1
NotFoundException(
    name: String!,
    cause: Exception!)