Package org.robolectric.res.android
Class Errors
java.lang.Object
org.robolectric.res.android.Errors
public class Errors extends Object
-
Field Summary
Fields Modifier and Type Field Description static int
BAD_INDEX
static int
BAD_TYPE
static int
BAD_VALUE
static int
NAME_NOT_FOUND
static int
NO_ERROR
static int
NO_INIT
static int
NO_MEMORY
static int
UNKNOWN_ERROR
-
Constructor Summary
Constructors Constructor Description Errors()
-
Method Summary
-
Field Details
-
NO_ERROR
public static final int NO_ERROR- See Also:
- Constant Field Values
-
UNKNOWN_ERROR
public static final int UNKNOWN_ERROR- See Also:
- Constant Field Values
-
BAD_INDEX
public static final int BAD_INDEX- See Also:
- Constant Field Values
-
BAD_TYPE
public static final int BAD_TYPE- See Also:
- Constant Field Values
-
BAD_VALUE
public static final int BAD_VALUE- See Also:
- Constant Field Values
-
NO_MEMORY
public static final int NO_MEMORY- See Also:
- Constant Field Values
-
NAME_NOT_FOUND
public static final int NAME_NOT_FOUND- See Also:
- Constant Field Values
-
NO_INIT
public static final int NO_INIT- See Also:
- Constant Field Values
-
-
Constructor Details
-
Errors
public Errors()
-