|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use DataBaseException.Code | |
| com.ricebridge.data | Utility Class package for CSV Manager component. |
| com.ricebridge.data.in | Utility Class package for CSV Manager component. |
| Uses of DataBaseException.Code in com.ricebridge.data |
| Constructors in com.ricebridge.data with parameters of type DataBaseException.Code | |
DataException(DataBaseException.Code pCode)
Specify the error code. |
|
DataException(DataBaseException.Code pCode,
Object pContext)
Specify the error code, and the error context. |
|
DataException(DataBaseException.Code pCode,
String pText)
Specify the error code, and the error message text. |
|
DataException(DataBaseException.Code pCode,
String pText,
Throwable pContained)
Specify the error code, the error message test, and the original Exception that caused the error. |
|
DataException(DataBaseException.Code pCode,
String[] pContext)
Specify the error code, and provide a set of replacement values for the user-friendly error message associated with this code. |
|
DataException(DataBaseException.Code pCode,
Throwable pContained)
Specify the error code, and the original Exception that caused the error. |
|
DataException(DataBaseException.Code pCode,
String[] pContext,
Throwable pContained)
Specify the error code, provide a set of replacement values for the user-friendly error message associated with this code, and the original Exception that caused the error. |
|
| Uses of DataBaseException.Code in com.ricebridge.data.in |
| Fields in com.ricebridge.data.in declared as DataBaseException.Code | |
static DataBaseException.Code |
DataBaseException.CODE_system
|
static DataBaseException.Code |
DataBaseException.CODE_internal_exception
|
static DataBaseException.Code |
DataBaseException.CODE_general
|
static DataBaseException.Code |
DataBaseException.CODE_badequal
|
static DataBaseException.Code |
DataBaseException.CODE_invoke_method
|
static DataBaseException.Code |
DataBaseException.CODE_newinstance
|
static DataBaseException.Code |
DataBaseException.CODE_sc_object
|
static DataBaseException.Code |
DataBaseException.CODE_sc_string
|
static DataBaseException.Code |
DataBaseException.CODE_sc_null
|
static DataBaseException.Code |
DataBaseException.CODE_sc_def_obj
|
static DataBaseException.Code |
DataBaseException.CODE_sc_def_str
|
static DataBaseException.Code |
DataBaseException.CODE_sc_native
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||