public static class Resources.NotFoundException
extends RuntimeException
java.lang.Object | ||||
java.lang.Throwable | ||||
java.lang.Exception | ||||
java.lang.RuntimeException | ||||
android.content.res.Resources.NotFoundException |
当找不到请求的资源时,资源API会抛出此异常。
Public constructors |
|
---|---|
Resources.NotFoundException() |
|
Resources.NotFoundException(String name) |
|
Resources.NotFoundException(String name, 异常 cause) |
继承方法(Inherited methods) |
|
---|---|
![]() java.lang.Throwable
|
|
![]() java.lang.Object
|
Resources.NotFoundException (String name)
参数(Parameters) | |
---|---|
name |
String
|
Resources.NotFoundException (String name, 异常 cause)
参数(Parameters) | |
---|---|
name |
String
|
cause |
异常
|