Package android.content.res
Class Resources.NotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- android.content.res.Resources.NotFoundException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Resources
public static class Resources.NotFoundException extends RuntimeException
This exception is thrown by the resource APIs when a requested resource can not be found.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotFoundException()NotFoundException(String name)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NotFoundException
public NotFoundException()
-
NotFoundException
public NotFoundException(String name)
-
-