Package org.vedantatree.expressionoasis
Interface EOErrorCodes
-
- All Superinterfaces:
ErrorCodes
public interface EOErrorCodes extends ErrorCodes
It contains various error codes for the application TODO Should use Enum Error code description is not set yet
-
-
Field Summary
Fields Modifier and Type Field Description static byte
INVALID_OPERAND_TYPE
Error code representing the invalid operand type for any operator in an Expression-
Fields inherited from interface org.vedantatree.expressionoasis.exceptions.ErrorCodes
ERROR_DESCRIPTION, EXPRESSION_EVALUATION_PROBLEM, IO_PROBLEM, PARSING_PROBLEM, PERSISTENCE_SYSTEM_PROBLEM, RESOURCE_NOT_FOUND, SERVER_PROBLEM, UNKNOWN_PROBLEM, USER_PROBLEM
-
-
-
-
Field Detail
-
INVALID_OPERAND_TYPE
static final byte INVALID_OPERAND_TYPE
Error code representing the invalid operand type for any operator in an Expression- See Also:
- Constant Field Values
-
-