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 | |
|---|---|
NotFoundException(name: String!) |
|
NotFoundException(name: String!, cause: Exception!) |
|