Uses of Class
com.ricebridge.csvman.CsvManagerBaseException

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

Uses of CsvManagerBaseException in com.ricebridge.csvman
 

Subclasses of CsvManagerBaseException in com.ricebridge.csvman
 class CsvManagerException
          CSV Manager has a single Exception type for indicating errors.
 

Methods in com.ricebridge.csvman that return CsvManagerBaseException
static CsvManagerBaseException CsvManagerBaseException.CODE_system(String[] pContext)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_system(String pName1, String pValue1)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_system(String pName1, String pValue1, String pName2, String pValue2)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_system(String pName1, String pValue1, String pName2, String pValue2, String pName3, String pValue3)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_system(Object pContext)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_system(Object pContext, Throwable pContained)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_getbadlines_notlist(String[] pContext)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_getbadlines_notlist(String pName1, String pValue1)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_getbadlines_notlist(String pName1, String pValue1, String pName2, String pValue2)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_getbadlines_notlist(String pName1, String pValue1, String pName2, String pValue2, String pName3, String pValue3)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_getbadlines_notlist(Object pContext)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_getbadlines_notlist(Object pContext, Throwable pContained)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_geterrmsgs_notlist(String[] pContext)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_geterrmsgs_notlist(String pName1, String pValue1)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_geterrmsgs_notlist(String pName1, String pValue1, String pName2, String pValue2)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_geterrmsgs_notlist(String pName1, String pValue1, String pName2, String pValue2, String pName3, String pValue3)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_geterrmsgs_notlist(Object pContext)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_geterrmsgs_notlist(Object pContext, Throwable pContained)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_internal_exception(String[] pContext)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_internal_exception(String pName1, String pValue1)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_internal_exception(String pName1, String pValue1, String pName2, String pValue2)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_internal_exception(String pName1, String pValue1, String pName2, String pValue2, String pName3, String pValue3)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_internal_exception(Object pContext)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_internal_exception(Object pContext, Throwable pContained)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_csvtm_new(String[] pContext)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_csvtm_new(String pName1, String pValue1)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_csvtm_new(String pName1, String pValue1, String pName2, String pValue2)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_csvtm_new(String pName1, String pValue1, String pName2, String pValue2, String pName3, String pValue3)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_csvtm_new(Object pContext)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_csvtm_new(Object pContext, Throwable pContained)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_csvrs_new(String[] pContext)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_csvrs_new(String pName1, String pValue1)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_csvrs_new(String pName1, String pValue1, String pName2, String pValue2)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_csvrs_new(String pName1, String pValue1, String pName2, String pValue2, String pName3, String pValue3)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_csvrs_new(Object pContext)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_csvrs_new(Object pContext, Throwable pContained)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_parse_error(String[] pContext)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_parse_error(String pName1, String pValue1)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_parse_error(String pName1, String pValue1, String pName2, String pValue2)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_parse_error(String pName1, String pValue1, String pName2, String pValue2, String pName3, String pValue3)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_parse_error(Object pContext)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_parse_error(Object pContext, Throwable pContained)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_parse_warning(String[] pContext)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_parse_warning(String pName1, String pValue1)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_parse_warning(String pName1, String pValue1, String pName2, String pValue2)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_parse_warning(String pName1, String pValue1, String pName2, String pValue2, String pName3, String pValue3)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_parse_warning(Object pContext)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_parse_warning(Object pContext, Throwable pContained)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_no_input_source(String[] pContext)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_no_input_source(String pName1, String pValue1)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_no_input_source(String pName1, String pValue1, String pName2, String pValue2)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_no_input_source(String pName1, String pValue1, String pName2, String pValue2, String pName3, String pValue3)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_no_input_source(Object pContext)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_no_input_source(Object pContext, Throwable pContained)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_no_output_sink(String[] pContext)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_no_output_sink(String pName1, String pValue1)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_no_output_sink(String pName1, String pValue1, String pName2, String pValue2)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_no_output_sink(String pName1, String pValue1, String pName2, String pValue2, String pName3, String pValue3)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_no_output_sink(Object pContext)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_no_output_sink(Object pContext, Throwable pContained)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_general(String[] pContext)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_general(String pName1, String pValue1)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_general(String pName1, String pValue1, String pName2, String pValue2)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_general(String pName1, String pValue1, String pName2, String pValue2, String pName3, String pValue3)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_general(Object pContext)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_general(Object pContext, Throwable pContained)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_empty_char_string(String[] pContext)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_empty_char_string(String pName1, String pValue1)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_empty_char_string(String pName1, String pValue1, String pName2, String pValue2)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_empty_char_string(String pName1, String pValue1, String pName2, String pValue2, String pName3, String pValue3)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_empty_char_string(Object pContext)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_empty_char_string(Object pContext, Throwable pContained)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_file_cant_read(String[] pContext)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_file_cant_read(String pName1, String pValue1)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_file_cant_read(String pName1, String pValue1, String pName2, String pValue2)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_file_cant_read(String pName1, String pValue1, String pName2, String pValue2, String pName3, String pValue3)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_file_cant_read(Object pContext)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_file_cant_read(Object pContext, Throwable pContained)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_file_cant_write(String[] pContext)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_file_cant_write(String pName1, String pValue1)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_file_cant_write(String pName1, String pValue1, String pName2, String pValue2)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_file_cant_write(String pName1, String pValue1, String pName2, String pValue2, String pName3, String pValue3)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_file_cant_write(Object pContext)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_file_cant_write(Object pContext, Throwable pContained)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_file_not_exist(String[] pContext)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_file_not_exist(String pName1, String pValue1)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_file_not_exist(String pName1, String pValue1, String pName2, String pValue2)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_file_not_exist(String pName1, String pValue1, String pName2, String pValue2, String pName3, String pValue3)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_file_not_exist(Object pContext)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_file_not_exist(Object pContext, Throwable pContained)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_escape_is_quote(String[] pContext)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_escape_is_quote(String pName1, String pValue1)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_escape_is_quote(String pName1, String pValue1, String pName2, String pValue2)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_escape_is_quote(String pName1, String pValue1, String pName2, String pValue2, String pName3, String pValue3)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_escape_is_quote(Object pContext)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_escape_is_quote(Object pContext, Throwable pContained)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_quote_is_escape(String[] pContext)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_quote_is_escape(String pName1, String pValue1)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_quote_is_escape(String pName1, String pValue1, String pName2, String pValue2)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_quote_is_escape(String pName1, String pValue1, String pName2, String pValue2, String pName3, String pValue3)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_quote_is_escape(Object pContext)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_quote_is_escape(Object pContext, Throwable pContained)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_escape_is_sep(String[] pContext)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_escape_is_sep(String pName1, String pValue1)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_escape_is_sep(String pName1, String pValue1, String pName2, String pValue2)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_escape_is_sep(String pName1, String pValue1, String pName2, String pValue2, String pName3, String pValue3)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_escape_is_sep(Object pContext)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_escape_is_sep(Object pContext, Throwable pContained)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_quote_is_sep(String[] pContext)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_quote_is_sep(String pName1, String pValue1)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_quote_is_sep(String pName1, String pValue1, String pName2, String pValue2)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_quote_is_sep(String pName1, String pValue1, String pName2, String pValue2, String pName3, String pValue3)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_quote_is_sep(Object pContext)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_quote_is_sep(Object pContext, Throwable pContained)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_bad_num_lines(String[] pContext)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_bad_num_lines(String pName1, String pValue1)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_bad_num_lines(String pName1, String pValue1, String pName2, String pValue2)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_bad_num_lines(String pName1, String pValue1, String pName2, String pValue2, String pName3, String pValue3)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_bad_num_lines(Object pContext)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_bad_num_lines(Object pContext, Throwable pContained)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_bad_start_line(String[] pContext)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_bad_start_line(String pName1, String pValue1)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_bad_start_line(String pName1, String pValue1, String pName2, String pValue2)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_bad_start_line(String pName1, String pValue1, String pName2, String pValue2, String pName3, String pValue3)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_bad_start_line(Object pContext)
           
static CsvManagerBaseException CsvManagerBaseException.CODE_bad_start_line(Object pContext, Throwable pContained)
           
static