Interface ErrorCodes
-
- All Known Subinterfaces:
EOErrorCodes
public interface ErrorCodes
-
-
Field Summary
Fields Modifier and Type Field Description static String[]ERROR_DESCRIPTIONstatic intEXPRESSION_EVALUATION_PROBLEMstatic intIO_PROBLEMstatic intPARSING_PROBLEMstatic intPERSISTENCE_SYSTEM_PROBLEMstatic intRESOURCE_NOT_FOUNDstatic intSERVER_PROBLEMstatic intUNKNOWN_PROBLEMstatic intUSER_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
-
-