Uses of Class
com.ricebridge.csvman.CsvManagerBaseException.Code

Packages that use CsvManagerBaseException.Code
com.ricebridge.csvman Main package for CSV Manager component. 
 

Uses of CsvManagerBaseException.Code in com.ricebridge.csvman
 

Fields in com.ricebridge.csvman declared as CsvManagerBaseException.Code
static CsvManagerBaseException.Code CsvManagerBaseException.CODE_system
           
static CsvManagerBaseException.Code CsvManagerBaseException.CODE_getbadlines_notlist
           
static CsvManagerBaseException.Code CsvManagerBaseException.CODE_geterrmsgs_notlist
           
static CsvManagerBaseException.Code CsvManagerBaseException.CODE_internal_exception
           
static CsvManagerBaseException.Code CsvManagerBaseException.CODE_csvtm_new
           
static CsvManagerBaseException.Code CsvManagerBaseException.CODE_csvrs_new
           
static CsvManagerBaseException.Code CsvManagerBaseException.CODE_parse_error
           
static CsvManagerBaseException.Code CsvManagerBaseException.CODE_parse_warning
           
static CsvManagerBaseException.Code CsvManagerBaseException.CODE_no_input_source
           
static CsvManagerBaseException.Code CsvManagerBaseException.CODE_no_output_sink
           
static CsvManagerBaseException.Code CsvManagerBaseException.CODE_general
           
static CsvManagerBaseException.Code CsvManagerBaseException.CODE_empty_char_string
           
static CsvManagerBaseException.Code CsvManagerBaseException.CODE_file_cant_read
           
static CsvManagerBaseException.Code CsvManagerBaseException.CODE_file_cant_write
           
static CsvManagerBaseException.Code CsvManagerBaseException.CODE_file_not_exist
           
static CsvManagerBaseException.Code CsvManagerBaseException.CODE_escape_is_quote
           
static CsvManagerBaseException.Code CsvManagerBaseException.CODE_quote_is_escape
           
static CsvManagerBaseException.Code CsvManagerBaseException.CODE_escape_is_sep
           
static CsvManagerBaseException.Code CsvManagerBaseException.CODE_quote_is_sep
           
static CsvManagerBaseException.Code CsvManagerBaseException.CODE_bad_num_lines
           
static CsvManagerBaseException.Code CsvManagerBaseException.CODE_bad_start_line
           
static CsvManagerBaseException.Code CsvManagerBaseException.CODE_bad_end_line
           
static CsvManagerBaseException.Code CsvManagerBaseException.CODE_bad_line
           
static CsvManagerBaseException.Code CsvManagerBaseException.CODE_rejected_line
           
static CsvManagerBaseException.Code CsvManagerBaseException.CODE_escmap_key_not_char
           
static CsvManagerBaseException.Code CsvManagerBaseException.CODE_escmap_value_not_char
           
static CsvManagerBaseException.Code CsvManagerBaseException.CODE_unknown_column
           
static CsvManagerBaseException.Code CsvManagerBaseException.CODE_resultset_next
           
static CsvManagerBaseException.Code CsvManagerBaseException.CODE_resultset_getobject
           
static CsvManagerBaseException.Code CsvManagerBaseException.CODE_resultset_getmetadata
           
static CsvManagerBaseException.Code CsvManagerBaseException.CODE_rsmd_getcolcount
           
static CsvManagerBaseException.Code CsvManagerBaseException.CODE_rsmd_getcolname
           
static CsvManagerBaseException.Code CsvManagerBaseException.CODE_cce_list_line
           
static CsvManagerBaseException.Code CsvManagerBaseException.CODE_lineprovider_exception
           
static CsvManagerBaseException.Code CsvManagerBaseException.CODE_field_endload
           
static CsvManagerBaseException.Code CsvManagerBaseException.CODE_line_endload
           
static CsvManagerBaseException.Code CsvManagerBaseException.CODE_file_not_found
           
static CsvManagerBaseException.Code CsvManagerBaseException.CODE_line_errmsgs
           
static CsvManagerBaseException.Code CsvManagerBaseException.CODE_save_failed
           
static CsvManagerBaseException.Code CsvManagerBaseException.CODE_bad_encoding
           
static CsvManagerBaseException.Code CsvManagerBaseException.CODE_linelistener_exception
           
static CsvManagerBaseException.Code CsvManagerBaseException.CODE_fieldlistener_exception
           
static CsvManagerBaseException.Code CsvManagerBaseException.CODE_dfmaxlen
           
static CsvManagerBaseException.Code CsvManagerBaseException.CODE_bad_dfmaxlen
           
static CsvManagerBaseException.Code CsvManagerBaseException.CODE_newbean
           
static CsvManagerBaseException.Code CsvManagerBaseException.CODE_setbeanfield
           
static CsvManagerBaseException.Code CsvManagerBaseException.CODE_getbeanfield
           
static CsvManagerBaseException.Code CsvManagerBaseException.CODE_setbeanfield_msg
           
static CsvManagerBaseException.Code CsvManagerBaseException.CODE_getbeanfield_msg
           
static CsvManagerBaseException.Code CsvManagerBaseException.CODE_new_ll
           
static CsvManagerBaseException.Code CsvManagerBaseException.CODE_new_lp
           
static CsvManagerBaseException.Code CsvManagerBaseException.CODE_nofieldnames
           
static CsvManagerBaseException.Code CsvManagerBaseException.CODE_emptyfieldname
           
static CsvManagerBaseException.Code CsvManagerBaseException.CODE_lineprovider_set
           
static CsvManagerBaseException.Code CsvManagerBaseException.CODE_null_line
           
static CsvManagerBaseException.Code CsvManagerBaseException.CODE_null_list_line
           
static CsvManagerBaseException.Code CsvManagerBaseException.CODE_bad_sink
           
static CsvManagerBaseException.Code CsvManagerBaseException.CODE_bad_source
           
static CsvManagerBaseException.Code CsvManagerBaseException.CODE_close_reader
           
static CsvManagerBaseException.Code CsvManagerBaseException.CODE_close_writer
           
static CsvManagerBaseException.Code CsvManagerBaseException.CODE_bad_file
           
 

Constructors in com.ricebridge.csvman with parameters of type CsvManagerBaseException.Code
CsvManagerBaseException(CsvManagerBaseException.Code pCode, String pMsg)
           
CsvManagerBaseException(CsvManagerBaseException.Code pCode)
           
CsvManagerBaseException(CsvManagerBaseException.Code pCode, String pMsg, Object pContext)
           
CsvManagerBaseException(CsvManagerBaseException.Code pCode, String pMsg, String[] pContext)
           
CsvManagerBaseException(CsvManagerBaseException.Code pCode, String pMsg, Object[] pContext)
           
CsvManagerBaseException(CsvManagerBaseException.Code pCode, Object pContext)
           
CsvManagerBaseException(CsvManagerBaseException.Code pCode, String[] pContext)
           
CsvManagerBaseException(CsvManagerBaseException.Code pCode, Object[] pContext)
           
CsvManagerBaseException(CsvManagerBaseException.Code pCode, Throwable pContained)
           
CsvManagerBaseException(CsvManagerBaseException.Code pCode, String pMessage, Throwable pContained)
           
CsvManagerBaseException(CsvManagerBaseException.Code pCode, Object pContext, Throwable pContained)
           
CsvManagerBaseException(CsvManagerBaseException.Code pCode, String[] pContext, Throwable pContained)
           
CsvManagerBaseException(CsvManagerBaseException.Code pCode, Object[] pContext, Throwable pContained)
           
CsvManagerException(CsvManagerBaseException.Code pCode)
           
CsvManagerException(CsvManagerBaseException.Code pCode, BadLine pBadLine)
           
CsvManagerException(CsvManagerBaseException.Code pCode, Object pContext)
           
CsvManagerException(CsvManagerBaseException.Code pCode, String pText)
           
CsvManagerException(CsvManagerBaseException.Code pCode, String pText, Throwable pContained)
           
CsvManagerException(CsvManagerBaseException.Code pCode, String[] pContext)
           
CsvManagerException(CsvManagerBaseException.Code pCode, Throwable pContained)
           
CsvManagerException(CsvManagerBaseException.Code pCode, String[] pContext, Throwable pContained)
           
CsvManagerException(CsvManagerBaseException.Code pCode, BadLine pBadLine, Throwable pContained)
           
 



Copyright © 2003-2006 Ricebridge