Package org.robolectric.shadows
Class ShadowResources.ShadowNotFoundException
- java.lang.Object
-
- org.robolectric.shadows.ShadowResources.ShadowNotFoundException
-
- Enclosing class:
- ShadowResources
@Implements(android.content.res.Resources.NotFoundException.class) public static class ShadowResources.ShadowNotFoundException extends Object
Shadow forResources.NotFoundException
.
-
-
Constructor Summary
Constructors Constructor Description ShadowNotFoundException()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
__constructor__()
protected void
__constructor__(String name)
String
toString()
-
-
-
Method Detail
-
__constructor__
@Implementation protected void __constructor__()
-
__constructor__
@Implementation protected void __constructor__(String name)
-
toString
@Implementation public String toString()
-
-