Interface ErrorCodes
-
- All Known Subinterfaces:
EOErrorCodes
public interface ErrorCodes
-
-
Field Summary
Fields Modifier and Type Field Description static String[]
ERROR_DESCRIPTION
static int
EXPRESSION_EVALUATION_PROBLEM
static int
IO_PROBLEM
static int
PARSING_PROBLEM
static int
PERSISTENCE_SYSTEM_PROBLEM
static int
RESOURCE_NOT_FOUND
static int
SERVER_PROBLEM
static int
UNKNOWN_PROBLEM
static int
USER_PROBLEM
-
-
-
Field Detail
-
UNKNOWN_PROBLEM
static final int UNKNOWN_PROBLEM
- See Also:
- Constant Field Values
-
SERVER_PROBLEM
static final int SERVER_PROBLEM
- See Also:
- Constant Field Values
-
USER_PROBLEM
static final int USER_PROBLEM
- See Also:
- Constant Field Values
-
PERSISTENCE_SYSTEM_PROBLEM
static final int PERSISTENCE_SYSTEM_PROBLEM
- See Also:
- Constant Field Values
-
IO_PROBLEM
static final int IO_PROBLEM
- See Also:
- Constant Field Values
-
RESOURCE_NOT_FOUND
static final int RESOURCE_NOT_FOUND
- See Also:
- Constant Field Values
-
PARSING_PROBLEM
static final int PARSING_PROBLEM
- See Also:
- Constant Field Values
-
EXPRESSION_EVALUATION_PROBLEM
static final int EXPRESSION_EVALUATION_PROBLEM
- See Also:
- Constant Field Values
-
ERROR_DESCRIPTION
static final String[] ERROR_DESCRIPTION
-
-