Package org.openrefine.grel
Class EvalErrorMessage
- java.lang.Object
-
- org.openrefine.grel.EvalErrorMessage
-
public class EvalErrorMessage extends Object
Generated localization support class.
-
-
Constructor Summary
Constructors Constructor Description EvalErrorMessage()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.jvnet.localizer.Localizable_error(Object arg0, Object arg1)Keyerror:{0} error: {1}.static org.jvnet.localizer.Localizable_expects_array_of_numbers(Object arg0)Keyexpects_array_of_numbers:{0} expects an array of numbers.static org.jvnet.localizer.Localizable_expects_at_least_one_arg(Object arg0)Keyexpects_at_least_one_arg:{0} expects at least one argument.static org.jvnet.localizer.Localizable_expects_at_least_one_number(Object arg0)Keyexpects_at_least_one_number:{0} expects at least one number.static org.jvnet.localizer.Localizable_expects_at_least_one_string(Object arg0)Keyexpects_at_least_one_string:{0} expects at least a string.static org.jvnet.localizer.Localizable_expects_at_least_two_args(Object arg0)Keyexpects_at_least_two_args:{0} expects at least two arguments.static org.jvnet.localizer.Localizable_expects_date_and_string(Object arg0)Keyexpects_date_and_string:{0} expects a date and a string.static org.jvnet.localizer.Localizable_expects_date_number_string(Object arg0)Keyexpects_date_number_string:{0} expects a date, a number and a string.static org.jvnet.localizer.Localizable_expects_first_param_number(Object arg0)Keyexpects_first_param_number:{0} expects the first parameter to be a number.static org.jvnet.localizer.Localizable_expects_first_param_string(Object arg0)Keyexpects_first_param_string:{0} expects the first parameter to be a string.static org.jvnet.localizer.Localizable_expects_last_character_not_comma()Keyexpects_last_character_not_comma:The last character in the input string should not be a comma..static org.jvnet.localizer.Localizable_expects_no_arg_or_two_numbers_asc(Object arg0)Keyexpects_no_arg_or_two_numbers_asc:{0} expects no arguments or two numbers, the first must be less thant the second.static org.jvnet.localizer.Localizable_expects_one_arg(Object arg0)Keyexpects_one_arg:{0} expects one argument.static org.jvnet.localizer.Localizable_expects_one_array(Object arg0)Keyexpects_one_array:{0} expects an array.static org.jvnet.localizer.Localizable_expects_one_array_and_string(Object arg0)Keyexpects_one_array_and_string:{0} expects an array and a string.static org.jvnet.localizer.Localizable_expects_one_array_or_string(Object arg0)Keyexpects_one_array_or_string:{0} expects an array or a string.static org.jvnet.localizer.Localizable_expects_one_array_uniform(Object arg0)Keyexpects_one_array_uniform:{0} expects an array of uniform type.static org.jvnet.localizer.Localizable_expects_one_bool(Object arg0)Keyexpects_one_bool:{0} expects a boolean.static org.jvnet.localizer.Localizable_expects_one_non_null_arg(Object arg0)Keyexpects_one_non_null_arg:{0} expects one non-null argument.static org.jvnet.localizer.Localizable_expects_one_number(Object arg0)Keyexpects_one_number:{0} expects a number.static org.jvnet.localizer.Localizable_expects_one_or_two_strings(Object arg0)Keyexpects_one_or_two_strings:{0} expects one or two strings.static org.jvnet.localizer.Localizable_expects_one_regex(Object arg0)Keyexpects_one_regex:{0} expects a regex.static org.jvnet.localizer.Localizable_expects_one_string(Object arg0)Keyexpects_one_string:{0} expects a string.static org.jvnet.localizer.Localizable_expects_one_string_and_at_least_one_number(Object arg0)Keyexpects_one_string_and_at_least_one_number:{0} expects one string and at least one number.static org.jvnet.localizer.Localizable_expects_one_string_and_encoding(Object arg0)Keyexpects_one_string_and_encoding:{0} expects two arguments: a string and an encoding.static org.jvnet.localizer.Localizable_expects_one_string_and_number(Object arg0)Keyexpects_one_string_and_number:{0} expects a string and a number.static org.jvnet.localizer.Localizable_expects_one_string_in_form_abc(Object arg0)Keyexpects_one_string_in_form_abc:{0} expects a string of the form ''a, b, c'' or integers a, b, c where a and b are the start and the end of the range respectively and c is the step (increment).static org.jvnet.localizer.Localizable_expects_one_string_or_regex(Object arg0)Keyexpects_one_string_or_regex:{0} expects a string or a regex.static org.jvnet.localizer.Localizable_expects_one_string_two_arrays_strings(Object arg0)Keyexpects_one_string_two_arrays_strings:{0} expects a string, and two arrays of strings.static org.jvnet.localizer.Localizable_expects_one_xml_or_html_element(Object arg0)Keyexpects_one_xml_or_html_element:{0} expects a single XML or HTML element as an argument.static org.jvnet.localizer.Localizable_expects_param_i_number(Object arg0, Object arg1)Keyexpects_param_i_number:{0} expects parameter {1} to be a number.static org.jvnet.localizer.Localizable_expects_second_param_number(Object arg0)Keyexpects_second_param_number:{0} expects the first parameter to be a number.static org.jvnet.localizer.Localizable_expects_second_param_string(Object arg0)Keyexpects_second_param_string:{0} expects the second parameter to be a string.static org.jvnet.localizer.Localizable_expects_second_param_string_phonetic(Object arg0)Keyexpects_second_param_string_phonetic:{0} expects the second parameter to be a string, the phonetic encoding to use..static org.jvnet.localizer.Localizable_expects_single_string_as_arg(Object arg0)Keyexpects_single_string_as_arg:{0} expects a single String as an argument.static org.jvnet.localizer.Localizable_expects_string_to_reinterpret(Object arg0)Keyexpects_string_to_reinterpret:{0} expects String to reinterpret with a given target encoding and optional source encoding..static org.jvnet.localizer.Localizable_expects_three_strings(Object arg0)Keyexpects_three_strings:{0} expects three strings.static org.jvnet.localizer.Localizable_expects_three_strings_as_string_regex_string(Object arg0)Keyexpects_three_strings_as_string_regex_string:{0} expects three strings, or one string, one regex, and one string.static org.jvnet.localizer.Localizable_expects_two_args(Object arg0)Keyexpects_two_args:{0} expects two arguments.static org.jvnet.localizer.Localizable_expects_two_numbers(Object arg0)Keyexpects_two_numbers:{0} expects two numbers.static org.jvnet.localizer.Localizable_expects_two_or_more_bool(Object arg0)Keyexpects_two_or_more_bool:{0} expects two or more booleans.static org.jvnet.localizer.Localizable_expects_two_strings(Object arg0)Keyexpects_two_strings:{0} expects two strings.static org.jvnet.localizer.Localizable_expects_two_strings_as_string_regex_opt_bool(Object arg0)Keyexpects_two_strings_as_string_regex_opt_bool:{0} expects three strings, or one string, one regex, followed by an optional boolean.static org.jvnet.localizer.Localizable_expects_two_strings_or_two_dates_and_unit_string(Object arg0)Keyexpects_two_strings_or_two_dates_and_unit_string:{0} expects either two strings, or two dates and a unit string.static org.jvnet.localizer.Localizable_failed(Object arg0, Object arg1)Keyfailed:{0} failed: {1}.static org.jvnet.localizer.Localizable_failed_as_param_not_xml_or_html_element(Object arg0)Keyfailed_as_param_not_xml_or_html_element:{0} failed as the first parameter is not an XML or HTML Element. Please first use parseXml() or parseHtml().static org.jvnet.localizer.Localizable_fun_cross_expects_value_project_column(Object arg0)Keyfun_cross_expects_value_project_column:{0} expects a cell or value, a project name to look up (optional), and a column name in that project (optional).static org.jvnet.localizer.Localizable_fun_facet_count_error_parsing_facet(Object arg0)Keyfun_facet_count_error_parsing_facet:Error parsing facet expression {0}.static org.jvnet.localizer.Localizable_fun_facet_expects_value_expression_column(Object arg0)Keyfun_facet_expects_value_expression_column:{0} expects a choice value, an expression as a string, and a column name.static org.jvnet.localizer.Localizable_fun_time_since_unix_epoch_to_date(Object arg0)Keyfun_time_since_unix_epoch_to_date:{0} accepts a number and an optional second argument containing a string specifying the units.static org.jvnet.localizer.Localizable_fun_to_string(Object arg0)Keyfun_to_string:{0} accepts an object and an optional second argument containing a Date or Number format string.static org.jvnet.localizer.Localizable_html_cannot_work_with_this_expects_one_string(Object arg0, Object arg1)Keyhtml_cannot_work_with_this_expects_one_string:{0} cannot work with this ''{1}'' and expects a single String as an argument.static org.jvnet.localizer.Localizable_html_cannot_work_with_this_use_parse_html(Object arg0, Object arg1)Keyhtml_cannot_work_with_this_use_parse_html:{0}() cannot work with this ''{1}''. The first parameter is not an HTML Element. Please first use parseHtml(string) and select(query) prior to using this function.static org.jvnet.localizer.Localizable_invalid_arg()Keyinvalid_arg:Invalid argument.static org.jvnet.localizer.Localizable_invalid_non_string_format_arg(Object arg0)Keyinvalid_non_string_format_arg:Invalid non-string format argument {0}.static org.jvnet.localizer.Localizable_invalid_uri(Object arg0)Keyinvalid_uri:Invalid URI {0}.static org.jvnet.localizer.Localizable_language_detect_failed(Object arg0)Keylanguage_detect_failed:{0}: language detection failed.static org.jvnet.localizer.Localizable_no_such_column_with_name(Object arg0)Keyno_such_column_with_name:No such column named {0}.static org.jvnet.localizer.Localizable_str_replace_expects_one_string_two_arrays_string(Object arg0)Keystr_replace_expects_one_string_two_arrays_string:{0} expects three arguments: a string, an array of strings to replace and an array of replacement strings..static org.jvnet.localizer.Localizable_str_replace_replacements_equal_to_searches(Object arg0)Keystr_replace_replacements_equal_to_searches:{0}: the number of replacements must be equal to or less than the number of search strings..static org.jvnet.localizer.Localizable_string_diff_long_overflow(Object arg0)Keystring_diff_long_overflow:Number of {0} between given dates causes long overflow..static org.jvnet.localizer.Localizable_unable_to_convert_to_date()Keyunable_to_convert_to_date:Unable to convert to date.static org.jvnet.localizer.Localizable_unable_to_determine_if_xml_or_html(Object arg0)Keyunable_to_determine_if_xml_or_html:{0} unable to determine whether XML or HTML is being used..static org.jvnet.localizer.Localizable_unable_to_handle_encoding(Object arg0, Object arg1)Keyunable_to_handle_encoding:{0} does not know how to handle the ''{1}'' encoding..static org.jvnet.localizer.Localizable_unable_to_identify_parser(Object arg0)Keyunable_to_identify_parser:{0} unable to identify which parser to use.static org.jvnet.localizer.Localizable_unable_to_parse_as_date()Keyunable_to_parse_as_date:Unable to parse as date.static org.jvnet.localizer.Localizable_unable_to_parse_as_number()Keyunable_to_parse_as_number:Unable to parse as number.static org.jvnet.localizer.Localizable_unknown_encoding(Object arg0, Object arg1)Keyunknown_encoding:{0}: Unknown encoding {1}..static org.jvnet.localizer.Localizable_unknown_format_conversion(Object arg0)Keyunknown_format_conversion:Unknown format conversion {0}.static org.jvnet.localizer.Localizable_unknown_time_unit(Object arg0)Keyunknown_time_unit:Unknown time unit {0}.static org.jvnet.localizer.Localizable_unrecognized_date_part(Object arg0)Keyunrecognized_date_part:Date unit {0} not recognized..static org.jvnet.localizer.Localizable_unrecognized_mode(Object arg0, Object arg1)Keyunrecognized_mode:{0} does not recognize mode {1}..static org.jvnet.localizer.Localizable_unrecognized_source_encoding(Object arg0, Object arg1)Keyunrecognized_source_encoding:{0}: source encoding {1} is not available or recognized.static org.jvnet.localizer.Localizable_unrecognized_target_encoding(Object arg0, Object arg1)Keyunrecognized_target_encoding:{0}: target encoding {1} is not available or recognized.static org.jvnet.localizer.Localizable_xml_attr_failed(Object arg0)Keyxml_attr_failed:{0} failed as the first parameter is not an XML or HTML Element. Please first use parseXml() or parseHtml() and select() prior to using this function.static org.jvnet.localizer.Localizable_xml_parent_cannot_work_with(Object arg0, Object arg1)Keyxml_parent_cannot_work_with:{0} cannot work with this ''{1}'' but instead needs a jsoup XML or HTML element to work with. For arrays, you might select an index or loop over them with forEach()..static org.jvnet.localizer.Localizable_xml_script_text_cannot_work_with(Object arg0, Object arg1)Keyxml_script_text_cannot_work_with:{0} cannot work with this ''{1}'' but instead needs a jsoup DataNode from style, script tags, etc. to work with. See https://jsoup.org/apidocs/org/jsoup/nodes/Element.html#data() For arrays, you might select an index or loop over them with forEach(). dataNodes is currently not implemented-.static org.jvnet.localizer.Localizable_xml_text_cannot_work_with_and_expects(Object arg0, Object arg1)Keyxml_text_cannot_work_with_and_expects:{0} cannot work with this ''{1}'' and expects a single XML or HTML element as an argument.static org.jvnet.localizer.Localizable_xml_text_cannot_work_with_and_failed(Object arg0, Object arg1)Keyxml_text_cannot_work_with_and_failed:{0}() cannot work with this ''{1}'' and failed as the first parameter is not an XML or HTML Element. Please first use parseXml() or parseHtml() and select(query) prior to using this function.static Stringerror(Object arg0, Object arg1)Keyerror:{0} error: {1}.static Stringexpects_array_of_numbers(Object arg0)Keyexpects_array_of_numbers:{0} expects an array of numbers.static Stringexpects_at_least_one_arg(Object arg0)Keyexpects_at_least_one_arg:{0} expects at least one argument.static Stringexpects_at_least_one_number(Object arg0)Keyexpects_at_least_one_number:{0} expects at least one number.static Stringexpects_at_least_one_string(Object arg0)Keyexpects_at_least_one_string:{0} expects at least a string.static Stringexpects_at_least_two_args(Object arg0)Keyexpects_at_least_two_args:{0} expects at least two arguments.static Stringexpects_date_and_string(Object arg0)Keyexpects_date_and_string:{0} expects a date and a string.static Stringexpects_date_number_string(Object arg0)Keyexpects_date_number_string:{0} expects a date, a number and a string.static Stringexpects_first_param_number(Object arg0)Keyexpects_first_param_number:{0} expects the first parameter to be a number.static Stringexpects_first_param_string(Object arg0)Keyexpects_first_param_string:{0} expects the first parameter to be a string.static Stringexpects_last_character_not_comma()Keyexpects_last_character_not_comma:The last character in the input string should not be a comma..static Stringexpects_no_arg_or_two_numbers_asc(Object arg0)Keyexpects_no_arg_or_two_numbers_asc:{0} expects no arguments or two numbers, the first must be less thant the second.static Stringexpects_one_arg(Object arg0)Keyexpects_one_arg:{0} expects one argument.static Stringexpects_one_array(Object arg0)Keyexpects_one_array:{0} expects an array.static Stringexpects_one_array_and_string(Object arg0)Keyexpects_one_array_and_string:{0} expects an array and a string.static Stringexpects_one_array_or_string(Object arg0)Keyexpects_one_array_or_string:{0} expects an array or a string.static Stringexpects_one_array_uniform(Object arg0)Keyexpects_one_array_uniform:{0} expects an array of uniform type.static Stringexpects_one_bool(Object arg0)Keyexpects_one_bool:{0} expects a boolean.static Stringexpects_one_non_null_arg(Object arg0)Keyexpects_one_non_null_arg:{0} expects one non-null argument.static Stringexpects_one_number(Object arg0)Keyexpects_one_number:{0} expects a number.static Stringexpects_one_or_two_strings(Object arg0)Keyexpects_one_or_two_strings:{0} expects one or two strings.static Stringexpects_one_regex(Object arg0)Keyexpects_one_regex:{0} expects a regex.static Stringexpects_one_string(Object arg0)Keyexpects_one_string:{0} expects a string.static Stringexpects_one_string_and_at_least_one_number(Object arg0)Keyexpects_one_string_and_at_least_one_number:{0} expects one string and at least one number.static Stringexpects_one_string_and_encoding(Object arg0)Keyexpects_one_string_and_encoding:{0} expects two arguments: a string and an encoding.static Stringexpects_one_string_and_number(Object arg0)Keyexpects_one_string_and_number:{0} expects a string and a number.static Stringexpects_one_string_in_form_abc(Object arg0)Keyexpects_one_string_in_form_abc:{0} expects a string of the form ''a, b, c'' or integers a, b, c where a and b are the start and the end of the range respectively and c is the step (increment).static Stringexpects_one_string_or_regex(Object arg0)Keyexpects_one_string_or_regex:{0} expects a string or a regex.static Stringexpects_one_string_two_arrays_strings(Object arg0)Keyexpects_one_string_two_arrays_strings:{0} expects a string, and two arrays of strings.static Stringexpects_one_xml_or_html_element(Object arg0)Keyexpects_one_xml_or_html_element:{0} expects a single XML or HTML element as an argument.static Stringexpects_param_i_number(Object arg0, Object arg1)Keyexpects_param_i_number:{0} expects parameter {1} to be a number.static Stringexpects_second_param_number(Object arg0)Keyexpects_second_param_number:{0} expects the first parameter to be a number.static Stringexpects_second_param_string(Object arg0)Keyexpects_second_param_string:{0} expects the second parameter to be a string.static Stringexpects_second_param_string_phonetic(Object arg0)Keyexpects_second_param_string_phonetic:{0} expects the second parameter to be a string, the phonetic encoding to use..static Stringexpects_single_string_as_arg(Object arg0)Keyexpects_single_string_as_arg:{0} expects a single String as an argument.static Stringexpects_string_to_reinterpret(Object arg0)Keyexpects_string_to_reinterpret:{0} expects String to reinterpret with a given target encoding and optional source encoding..static Stringexpects_three_strings(Object arg0)Keyexpects_three_strings:{0} expects three strings.static Stringexpects_three_strings_as_string_regex_string(Object arg0)Keyexpects_three_strings_as_string_regex_string:{0} expects three strings, or one string, one regex, and one string.static Stringexpects_two_args(Object arg0)Keyexpects_two_args:{0} expects two arguments.static Stringexpects_two_numbers(Object arg0)Keyexpects_two_numbers:{0} expects two numbers.static Stringexpects_two_or_more_bool(Object arg0)Keyexpects_two_or_more_bool:{0} expects two or more booleans.static Stringexpects_two_strings(Object arg0)Keyexpects_two_strings:{0} expects two strings.static Stringexpects_two_strings_as_string_regex_opt_bool(Object arg0)Keyexpects_two_strings_as_string_regex_opt_bool:{0} expects three strings, or one string, one regex, followed by an optional boolean.static Stringexpects_two_strings_or_two_dates_and_unit_string(Object arg0)Keyexpects_two_strings_or_two_dates_and_unit_string:{0} expects either two strings, or two dates and a unit string.static Stringfailed(Object arg0, Object arg1)Keyfailed:{0} failed: {1}.static Stringfailed_as_param_not_xml_or_html_element(Object arg0)Keyfailed_as_param_not_xml_or_html_element:{0} failed as the first parameter is not an XML or HTML Element. Please first use parseXml() or parseHtml().static Stringfun_cross_expects_value_project_column(Object arg0)Keyfun_cross_expects_value_project_column:{0} expects a cell or value, a project name to look up (optional), and a column name in that project (optional).static Stringfun_facet_count_error_parsing_facet(Object arg0)Keyfun_facet_count_error_parsing_facet:Error parsing facet expression {0}.static Stringfun_facet_expects_value_expression_column(Object arg0)Keyfun_facet_expects_value_expression_column:{0} expects a choice value, an expression as a string, and a column name.static Stringfun_time_since_unix_epoch_to_date(Object arg0)Keyfun_time_since_unix_epoch_to_date:{0} accepts a number and an optional second argument containing a string specifying the units.static Stringfun_to_string(Object arg0)Keyfun_to_string:{0} accepts an object and an optional second argument containing a Date or Number format string.static Stringhtml_cannot_work_with_this_expects_one_string(Object arg0, Object arg1)Keyhtml_cannot_work_with_this_expects_one_string:{0} cannot work with this ''{1}'' and expects a single String as an argument.static Stringhtml_cannot_work_with_this_use_parse_html(Object arg0, Object arg1)Keyhtml_cannot_work_with_this_use_parse_html:{0}() cannot work with this ''{1}''. The first parameter is not an HTML Element. Please first use parseHtml(string) and select(query) prior to using this function.static Stringinvalid_arg()Keyinvalid_arg:Invalid argument.static Stringinvalid_non_string_format_arg(Object arg0)Keyinvalid_non_string_format_arg:Invalid non-string format argument {0}.static Stringinvalid_uri(Object arg0)Keyinvalid_uri:Invalid URI {0}.static Stringlanguage_detect_failed(Object arg0)Keylanguage_detect_failed:{0}: language detection failed.static Stringno_such_column_with_name(Object arg0)Keyno_such_column_with_name:No such column named {0}.static Stringstr_replace_expects_one_string_two_arrays_string(Object arg0)Keystr_replace_expects_one_string_two_arrays_string:{0} expects three arguments: a string, an array of strings to replace and an array of replacement strings..static Stringstr_replace_replacements_equal_to_searches(Object arg0)Keystr_replace_replacements_equal_to_searches:{0}: the number of replacements must be equal to or less than the number of search strings..static Stringstring_diff_long_overflow(Object arg0)Keystring_diff_long_overflow:Number of {0} between given dates causes long overflow..static Stringunable_to_convert_to_date()Keyunable_to_convert_to_date:Unable to convert to date.static Stringunable_to_determine_if_xml_or_html(Object arg0)Keyunable_to_determine_if_xml_or_html:{0} unable to determine whether XML or HTML is being used..static Stringunable_to_handle_encoding(Object arg0, Object arg1)Keyunable_to_handle_encoding:{0} does not know how to handle the ''{1}'' encoding..static Stringunable_to_identify_parser(Object arg0)Keyunable_to_identify_parser:{0} unable to identify which parser to use.static Stringunable_to_parse_as_date()Keyunable_to_parse_as_date:Unable to parse as date.static Stringunable_to_parse_as_number()Keyunable_to_parse_as_number:Unable to parse as number.static Stringunknown_encoding(Object arg0, Object arg1)Keyunknown_encoding:{0}: Unknown encoding {1}..static Stringunknown_format_conversion(Object arg0)Keyunknown_format_conversion:Unknown format conversion {0}.static Stringunknown_time_unit(Object arg0)Keyunknown_time_unit:Unknown time unit {0}.static Stringunrecognized_date_part(Object arg0)Keyunrecognized_date_part:Date unit {0} not recognized..static Stringunrecognized_mode(Object arg0, Object arg1)Keyunrecognized_mode:{0} does not recognize mode {1}..static Stringunrecognized_source_encoding(Object arg0, Object arg1)Keyunrecognized_source_encoding:{0}: source encoding {1} is not available or recognized.static Stringunrecognized_target_encoding(Object arg0, Object arg1)Keyunrecognized_target_encoding:{0}: target encoding {1} is not available or recognized.static Stringxml_attr_failed(Object arg0)Keyxml_attr_failed:{0} failed as the first parameter is not an XML or HTML Element. Please first use parseXml() or parseHtml() and select() prior to using this function.static Stringxml_parent_cannot_work_with(Object arg0, Object arg1)Keyxml_parent_cannot_work_with:{0} cannot work with this ''{1}'' but instead needs a jsoup XML or HTML element to work with. For arrays, you might select an index or loop over them with forEach()..static Stringxml_script_text_cannot_work_with(Object arg0, Object arg1)Keyxml_script_text_cannot_work_with:{0} cannot work with this ''{1}'' but instead needs a jsoup DataNode from style, script tags, etc. to work with. See https://jsoup.org/apidocs/org/jsoup/nodes/Element.html#data() For arrays, you might select an index or loop over them with forEach(). dataNodes is currently not implemented-.static Stringxml_text_cannot_work_with_and_expects(Object arg0, Object arg1)Keyxml_text_cannot_work_with_and_expects:{0} cannot work with this ''{1}'' and expects a single XML or HTML element as an argument.static Stringxml_text_cannot_work_with_and_failed(Object arg0, Object arg1)Keyxml_text_cannot_work_with_and_failed:{0}() cannot work with this ''{1}'' and failed as the first parameter is not an XML or HTML Element. Please first use parseXml() or parseHtml() and select(query) prior to using this function.
-
-
-
Method Detail
-
expects_one_string_two_arrays_strings
public static String expects_one_string_two_arrays_strings(Object arg0)
Keyexpects_one_string_two_arrays_strings:{0} expects a string, and two arrays of strings.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects a string, and two arrays of strings
-
_expects_one_string_two_arrays_strings
public static org.jvnet.localizer.Localizable _expects_one_string_two_arrays_strings(Object arg0)
Keyexpects_one_string_two_arrays_strings:{0} expects a string, and two arrays of strings.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects a string, and two arrays of strings
-
no_such_column_with_name
public static String no_such_column_with_name(Object arg0)
Keyno_such_column_with_name:No such column named {0}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
No such column named {0}
-
_no_such_column_with_name
public static org.jvnet.localizer.Localizable _no_such_column_with_name(Object arg0)
Keyno_such_column_with_name:No such column named {0}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
No such column named {0}
-
expects_no_arg_or_two_numbers_asc
public static String expects_no_arg_or_two_numbers_asc(Object arg0)
Keyexpects_no_arg_or_two_numbers_asc:{0} expects no arguments or two numbers, the first must be less thant the second.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects no arguments or two numbers, the first must be less thant the second
-
_expects_no_arg_or_two_numbers_asc
public static org.jvnet.localizer.Localizable _expects_no_arg_or_two_numbers_asc(Object arg0)
Keyexpects_no_arg_or_two_numbers_asc:{0} expects no arguments or two numbers, the first must be less thant the second.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects no arguments or two numbers, the first must be less thant the second
-
expects_one_regex
public static String expects_one_regex(Object arg0)
Keyexpects_one_regex:{0} expects a regex.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects a regex
-
_expects_one_regex
public static org.jvnet.localizer.Localizable _expects_one_regex(Object arg0)
Keyexpects_one_regex:{0} expects a regex.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects a regex
-
expects_one_string_in_form_abc
public static String expects_one_string_in_form_abc(Object arg0)
Keyexpects_one_string_in_form_abc:{0} expects a string of the form ''a, b, c'' or integers a, b, c where a and b are the start and the end of the range respectively and c is the step (increment).- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects a string of the form ''a, b, c'' or integers a, b, c where a and b are the start and the end of the range respectively and c is the step (increment)
-
_expects_one_string_in_form_abc
public static org.jvnet.localizer.Localizable _expects_one_string_in_form_abc(Object arg0)
Keyexpects_one_string_in_form_abc:{0} expects a string of the form ''a, b, c'' or integers a, b, c where a and b are the start and the end of the range respectively and c is the step (increment).- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects a string of the form ''a, b, c'' or integers a, b, c where a and b are the start and the end of the range respectively and c is the step (increment)
-
expects_second_param_string_phonetic
public static String expects_second_param_string_phonetic(Object arg0)
Keyexpects_second_param_string_phonetic:{0} expects the second parameter to be a string, the phonetic encoding to use..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects the second parameter to be a string, the phonetic encoding to use.
-
_expects_second_param_string_phonetic
public static org.jvnet.localizer.Localizable _expects_second_param_string_phonetic(Object arg0)
Keyexpects_second_param_string_phonetic:{0} expects the second parameter to be a string, the phonetic encoding to use..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects the second parameter to be a string, the phonetic encoding to use.
-
expects_one_array
public static String expects_one_array(Object arg0)
Keyexpects_one_array:{0} expects an array.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects an array
-
_expects_one_array
public static org.jvnet.localizer.Localizable _expects_one_array(Object arg0)
Keyexpects_one_array:{0} expects an array.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects an array
-
expects_two_numbers
public static String expects_two_numbers(Object arg0)
Keyexpects_two_numbers:{0} expects two numbers.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects two numbers
-
_expects_two_numbers
public static org.jvnet.localizer.Localizable _expects_two_numbers(Object arg0)
Keyexpects_two_numbers:{0} expects two numbers.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects two numbers
-
expects_one_array_and_string
public static String expects_one_array_and_string(Object arg0)
Keyexpects_one_array_and_string:{0} expects an array and a string.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects an array and a string
-
_expects_one_array_and_string
public static org.jvnet.localizer.Localizable _expects_one_array_and_string(Object arg0)
Keyexpects_one_array_and_string:{0} expects an array and a string.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects an array and a string
-
invalid_uri
public static String invalid_uri(Object arg0)
Keyinvalid_uri:Invalid URI {0}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Invalid URI {0}
-
_invalid_uri
public static org.jvnet.localizer.Localizable _invalid_uri(Object arg0)
Keyinvalid_uri:Invalid URI {0}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Invalid URI {0}
-
xml_text_cannot_work_with_and_expects
public static String xml_text_cannot_work_with_and_expects(Object arg0, Object arg1)
Keyxml_text_cannot_work_with_and_expects:{0} cannot work with this ''{1}'' and expects a single XML or HTML element as an argument.- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} cannot work with this ''{1}'' and expects a single XML or HTML element as an argument
-
_xml_text_cannot_work_with_and_expects
public static org.jvnet.localizer.Localizable _xml_text_cannot_work_with_and_expects(Object arg0, Object arg1)
Keyxml_text_cannot_work_with_and_expects:{0} cannot work with this ''{1}'' and expects a single XML or HTML element as an argument.- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} cannot work with this ''{1}'' and expects a single XML or HTML element as an argument
-
expects_two_or_more_bool
public static String expects_two_or_more_bool(Object arg0)
Keyexpects_two_or_more_bool:{0} expects two or more booleans.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects two or more booleans
-
_expects_two_or_more_bool
public static org.jvnet.localizer.Localizable _expects_two_or_more_bool(Object arg0)
Keyexpects_two_or_more_bool:{0} expects two or more booleans.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects two or more booleans
-
unknown_encoding
public static String unknown_encoding(Object arg0, Object arg1)
Keyunknown_encoding:{0}: Unknown encoding {1}..- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0}: Unknown encoding {1}.
-
_unknown_encoding
public static org.jvnet.localizer.Localizable _unknown_encoding(Object arg0, Object arg1)
Keyunknown_encoding:{0}: Unknown encoding {1}..- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0}: Unknown encoding {1}.
-
expects_one_string
public static String expects_one_string(Object arg0)
Keyexpects_one_string:{0} expects a string.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects a string
-
_expects_one_string
public static org.jvnet.localizer.Localizable _expects_one_string(Object arg0)
Keyexpects_one_string:{0} expects a string.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects a string
-
unknown_format_conversion
public static String unknown_format_conversion(Object arg0)
Keyunknown_format_conversion:Unknown format conversion {0}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Unknown format conversion {0}
-
_unknown_format_conversion
public static org.jvnet.localizer.Localizable _unknown_format_conversion(Object arg0)
Keyunknown_format_conversion:Unknown format conversion {0}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Unknown format conversion {0}
-
xml_attr_failed
public static String xml_attr_failed(Object arg0)
Keyxml_attr_failed:{0} failed as the first parameter is not an XML or HTML Element. Please first use parseXml() or parseHtml() and select() prior to using this function.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} failed as the first parameter is not an XML or HTML Element. Please first use parseXml() or parseHtml() and select() prior to using this function
-
_xml_attr_failed
public static org.jvnet.localizer.Localizable _xml_attr_failed(Object arg0)
Keyxml_attr_failed:{0} failed as the first parameter is not an XML or HTML Element. Please first use parseXml() or parseHtml() and select() prior to using this function.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} failed as the first parameter is not an XML or HTML Element. Please first use parseXml() or parseHtml() and select() prior to using this function
-
str_replace_expects_one_string_two_arrays_string
public static String str_replace_expects_one_string_two_arrays_string(Object arg0)
Keystr_replace_expects_one_string_two_arrays_string:{0} expects three arguments: a string, an array of strings to replace and an array of replacement strings..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects three arguments: a string, an array of strings to replace and an array of replacement strings.
-
_str_replace_expects_one_string_two_arrays_string
public static org.jvnet.localizer.Localizable _str_replace_expects_one_string_two_arrays_string(Object arg0)
Keystr_replace_expects_one_string_two_arrays_string:{0} expects three arguments: a string, an array of strings to replace and an array of replacement strings..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects three arguments: a string, an array of strings to replace and an array of replacement strings.
-
unable_to_determine_if_xml_or_html
public static String unable_to_determine_if_xml_or_html(Object arg0)
Keyunable_to_determine_if_xml_or_html:{0} unable to determine whether XML or HTML is being used..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} unable to determine whether XML or HTML is being used.
-
_unable_to_determine_if_xml_or_html
public static org.jvnet.localizer.Localizable _unable_to_determine_if_xml_or_html(Object arg0)
Keyunable_to_determine_if_xml_or_html:{0} unable to determine whether XML or HTML is being used..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} unable to determine whether XML or HTML is being used.
-
html_cannot_work_with_this_use_parse_html
public static String html_cannot_work_with_this_use_parse_html(Object arg0, Object arg1)
Keyhtml_cannot_work_with_this_use_parse_html:{0}() cannot work with this ''{1}''. The first parameter is not an HTML Element. Please first use parseHtml(string) and select(query) prior to using this function.- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0}() cannot work with this ''{1}''. The first parameter is not an HTML Element. Please first use parseHtml(string) and select(query) prior to using this function
-
_html_cannot_work_with_this_use_parse_html
public static org.jvnet.localizer.Localizable _html_cannot_work_with_this_use_parse_html(Object arg0, Object arg1)
Keyhtml_cannot_work_with_this_use_parse_html:{0}() cannot work with this ''{1}''. The first parameter is not an HTML Element. Please first use parseHtml(string) and select(query) prior to using this function.- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0}() cannot work with this ''{1}''. The first parameter is not an HTML Element. Please first use parseHtml(string) and select(query) prior to using this function
-
expects_one_bool
public static String expects_one_bool(Object arg0)
Keyexpects_one_bool:{0} expects a boolean.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects a boolean
-
_expects_one_bool
public static org.jvnet.localizer.Localizable _expects_one_bool(Object arg0)
Keyexpects_one_bool:{0} expects a boolean.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects a boolean
-
expects_one_array_uniform
public static String expects_one_array_uniform(Object arg0)
Keyexpects_one_array_uniform:{0} expects an array of uniform type.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects an array of uniform type
-
_expects_one_array_uniform
public static org.jvnet.localizer.Localizable _expects_one_array_uniform(Object arg0)
Keyexpects_one_array_uniform:{0} expects an array of uniform type.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects an array of uniform type
-
expects_one_string_and_number
public static String expects_one_string_and_number(Object arg0)
Keyexpects_one_string_and_number:{0} expects a string and a number.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects a string and a number
-
_expects_one_string_and_number
public static org.jvnet.localizer.Localizable _expects_one_string_and_number(Object arg0)
Keyexpects_one_string_and_number:{0} expects a string and a number.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects a string and a number
-
expects_three_strings
public static String expects_three_strings(Object arg0)
Keyexpects_three_strings:{0} expects three strings.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects three strings
-
_expects_three_strings
public static org.jvnet.localizer.Localizable _expects_three_strings(Object arg0)
Keyexpects_three_strings:{0} expects three strings.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects three strings
-
failed
public static String failed(Object arg0, Object arg1)
Keyfailed:{0} failed: {1}.- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} failed: {1}
-
_failed
public static org.jvnet.localizer.Localizable _failed(Object arg0, Object arg1)
Keyfailed:{0} failed: {1}.- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} failed: {1}
-
unable_to_parse_as_number
public static String unable_to_parse_as_number()
Keyunable_to_parse_as_number:Unable to parse as number.- Returns:
Unable to parse as number
-
_unable_to_parse_as_number
public static org.jvnet.localizer.Localizable _unable_to_parse_as_number()
Keyunable_to_parse_as_number:Unable to parse as number.- Returns:
Unable to parse as number
-
expects_single_string_as_arg
public static String expects_single_string_as_arg(Object arg0)
Keyexpects_single_string_as_arg:{0} expects a single String as an argument.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects a single String as an argument
-
_expects_single_string_as_arg
public static org.jvnet.localizer.Localizable _expects_single_string_as_arg(Object arg0)
Keyexpects_single_string_as_arg:{0} expects a single String as an argument.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects a single String as an argument
-
expects_second_param_string
public static String expects_second_param_string(Object arg0)
Keyexpects_second_param_string:{0} expects the second parameter to be a string.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects the second parameter to be a string
-
_expects_second_param_string
public static org.jvnet.localizer.Localizable _expects_second_param_string(Object arg0)
Keyexpects_second_param_string:{0} expects the second parameter to be a string.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects the second parameter to be a string
-
expects_at_least_one_string
public static String expects_at_least_one_string(Object arg0)
Keyexpects_at_least_one_string:{0} expects at least a string.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects at least a string
-
_expects_at_least_one_string
public static org.jvnet.localizer.Localizable _expects_at_least_one_string(Object arg0)
Keyexpects_at_least_one_string:{0} expects at least a string.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects at least a string
-
invalid_arg
public static String invalid_arg()
Keyinvalid_arg:Invalid argument.- Returns:
Invalid argument
-
_invalid_arg
public static org.jvnet.localizer.Localizable _invalid_arg()
Keyinvalid_arg:Invalid argument.- Returns:
Invalid argument
-
expects_first_param_number
public static String expects_first_param_number(Object arg0)
Keyexpects_first_param_number:{0} expects the first parameter to be a number.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects the first parameter to be a number
-
_expects_first_param_number
public static org.jvnet.localizer.Localizable _expects_first_param_number(Object arg0)
Keyexpects_first_param_number:{0} expects the first parameter to be a number.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects the first parameter to be a number
-
fun_to_string
public static String fun_to_string(Object arg0)
Keyfun_to_string:{0} accepts an object and an optional second argument containing a Date or Number format string.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} accepts an object and an optional second argument containing a Date or Number format string
-
_fun_to_string
public static org.jvnet.localizer.Localizable _fun_to_string(Object arg0)
Keyfun_to_string:{0} accepts an object and an optional second argument containing a Date or Number format string.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} accepts an object and an optional second argument containing a Date or Number format string
-
expects_one_or_two_strings
public static String expects_one_or_two_strings(Object arg0)
Keyexpects_one_or_two_strings:{0} expects one or two strings.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects one or two strings
-
_expects_one_or_two_strings
public static org.jvnet.localizer.Localizable _expects_one_or_two_strings(Object arg0)
Keyexpects_one_or_two_strings:{0} expects one or two strings.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects one or two strings
-
expects_two_strings_as_string_regex_opt_bool
public static String expects_two_strings_as_string_regex_opt_bool(Object arg0)
Keyexpects_two_strings_as_string_regex_opt_bool:{0} expects three strings, or one string, one regex, followed by an optional boolean.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects three strings, or one string, one regex, followed by an optional boolean
-
_expects_two_strings_as_string_regex_opt_bool
public static org.jvnet.localizer.Localizable _expects_two_strings_as_string_regex_opt_bool(Object arg0)
Keyexpects_two_strings_as_string_regex_opt_bool:{0} expects three strings, or one string, one regex, followed by an optional boolean.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects three strings, or one string, one regex, followed by an optional boolean
-
failed_as_param_not_xml_or_html_element
public static String failed_as_param_not_xml_or_html_element(Object arg0)
Keyfailed_as_param_not_xml_or_html_element:{0} failed as the first parameter is not an XML or HTML Element. Please first use parseXml() or parseHtml().- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} failed as the first parameter is not an XML or HTML Element. Please first use parseXml() or parseHtml()
-
_failed_as_param_not_xml_or_html_element
public static org.jvnet.localizer.Localizable _failed_as_param_not_xml_or_html_element(Object arg0)
Keyfailed_as_param_not_xml_or_html_element:{0} failed as the first parameter is not an XML or HTML Element. Please first use parseXml() or parseHtml().- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} failed as the first parameter is not an XML or HTML Element. Please first use parseXml() or parseHtml()
-
expects_second_param_number
public static String expects_second_param_number(Object arg0)
Keyexpects_second_param_number:{0} expects the first parameter to be a number.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects the first parameter to be a number
-
_expects_second_param_number
public static org.jvnet.localizer.Localizable _expects_second_param_number(Object arg0)
Keyexpects_second_param_number:{0} expects the first parameter to be a number.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects the first parameter to be a number
-
expects_one_arg
public static String expects_one_arg(Object arg0)
Keyexpects_one_arg:{0} expects one argument.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects one argument
-
_expects_one_arg
public static org.jvnet.localizer.Localizable _expects_one_arg(Object arg0)
Keyexpects_one_arg:{0} expects one argument.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects one argument
-
fun_time_since_unix_epoch_to_date
public static String fun_time_since_unix_epoch_to_date(Object arg0)
Keyfun_time_since_unix_epoch_to_date:{0} accepts a number and an optional second argument containing a string specifying the units.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} accepts a number and an optional second argument containing a string specifying the units
-
_fun_time_since_unix_epoch_to_date
public static org.jvnet.localizer.Localizable _fun_time_since_unix_epoch_to_date(Object arg0)
Keyfun_time_since_unix_epoch_to_date:{0} accepts a number and an optional second argument containing a string specifying the units.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} accepts a number and an optional second argument containing a string specifying the units
-
expects_last_character_not_comma
public static String expects_last_character_not_comma()
Keyexpects_last_character_not_comma:The last character in the input string should not be a comma..- Returns:
The last character in the input string should not be a comma.
-
_expects_last_character_not_comma
public static org.jvnet.localizer.Localizable _expects_last_character_not_comma()
Keyexpects_last_character_not_comma:The last character in the input string should not be a comma..- Returns:
The last character in the input string should not be a comma.
-
language_detect_failed
public static String language_detect_failed(Object arg0)
Keylanguage_detect_failed:{0}: language detection failed.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0}: language detection failed
-
_language_detect_failed
public static org.jvnet.localizer.Localizable _language_detect_failed(Object arg0)
Keylanguage_detect_failed:{0}: language detection failed.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0}: language detection failed
-
expects_at_least_one_number
public static String expects_at_least_one_number(Object arg0)
Keyexpects_at_least_one_number:{0} expects at least one number.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects at least one number
-
_expects_at_least_one_number
public static org.jvnet.localizer.Localizable _expects_at_least_one_number(Object arg0)
Keyexpects_at_least_one_number:{0} expects at least one number.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects at least one number
-
error
public static String error(Object arg0, Object arg1)
Keyerror:{0} error: {1}.- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} error: {1}
-
_error
public static org.jvnet.localizer.Localizable _error(Object arg0, Object arg1)
Keyerror:{0} error: {1}.- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} error: {1}
-
expects_two_strings_or_two_dates_and_unit_string
public static String expects_two_strings_or_two_dates_and_unit_string(Object arg0)
Keyexpects_two_strings_or_two_dates_and_unit_string:{0} expects either two strings, or two dates and a unit string.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects either two strings, or two dates and a unit string
-
_expects_two_strings_or_two_dates_and_unit_string
public static org.jvnet.localizer.Localizable _expects_two_strings_or_two_dates_and_unit_string(Object arg0)
Keyexpects_two_strings_or_two_dates_and_unit_string:{0} expects either two strings, or two dates and a unit string.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects either two strings, or two dates and a unit string
-
expects_one_array_or_string
public static String expects_one_array_or_string(Object arg0)
Keyexpects_one_array_or_string:{0} expects an array or a string.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects an array or a string
-
_expects_one_array_or_string
public static org.jvnet.localizer.Localizable _expects_one_array_or_string(Object arg0)
Keyexpects_one_array_or_string:{0} expects an array or a string.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects an array or a string
-
fun_facet_count_error_parsing_facet
public static String fun_facet_count_error_parsing_facet(Object arg0)
Keyfun_facet_count_error_parsing_facet:Error parsing facet expression {0}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Error parsing facet expression {0}
-
_fun_facet_count_error_parsing_facet
public static org.jvnet.localizer.Localizable _fun_facet_count_error_parsing_facet(Object arg0)
Keyfun_facet_count_error_parsing_facet:Error parsing facet expression {0}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Error parsing facet expression {0}
-
unrecognized_target_encoding
public static String unrecognized_target_encoding(Object arg0, Object arg1)
Keyunrecognized_target_encoding:{0}: target encoding {1} is not available or recognized.- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0}: target encoding {1} is not available or recognized
-
_unrecognized_target_encoding
public static org.jvnet.localizer.Localizable _unrecognized_target_encoding(Object arg0, Object arg1)
Keyunrecognized_target_encoding:{0}: target encoding {1} is not available or recognized.- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0}: target encoding {1} is not available or recognized
-
fun_cross_expects_value_project_column
public static String fun_cross_expects_value_project_column(Object arg0)
Keyfun_cross_expects_value_project_column:{0} expects a cell or value, a project name to look up (optional), and a column name in that project (optional).- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects a cell or value, a project name to look up (optional), and a column name in that project (optional)
-
_fun_cross_expects_value_project_column
public static org.jvnet.localizer.Localizable _fun_cross_expects_value_project_column(Object arg0)
Keyfun_cross_expects_value_project_column:{0} expects a cell or value, a project name to look up (optional), and a column name in that project (optional).- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects a cell or value, a project name to look up (optional), and a column name in that project (optional)
-
unable_to_identify_parser
public static String unable_to_identify_parser(Object arg0)
Keyunable_to_identify_parser:{0} unable to identify which parser to use.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} unable to identify which parser to use
-
_unable_to_identify_parser
public static org.jvnet.localizer.Localizable _unable_to_identify_parser(Object arg0)
Keyunable_to_identify_parser:{0} unable to identify which parser to use.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} unable to identify which parser to use
-
expects_array_of_numbers
public static String expects_array_of_numbers(Object arg0)
Keyexpects_array_of_numbers:{0} expects an array of numbers.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects an array of numbers
-
_expects_array_of_numbers
public static org.jvnet.localizer.Localizable _expects_array_of_numbers(Object arg0)
Keyexpects_array_of_numbers:{0} expects an array of numbers.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects an array of numbers
-
expects_date_and_string
public static String expects_date_and_string(Object arg0)
Keyexpects_date_and_string:{0} expects a date and a string.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects a date and a string
-
_expects_date_and_string
public static org.jvnet.localizer.Localizable _expects_date_and_string(Object arg0)
Keyexpects_date_and_string:{0} expects a date and a string.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects a date and a string
-
expects_one_number
public static String expects_one_number(Object arg0)
Keyexpects_one_number:{0} expects a number.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects a number
-
_expects_one_number
public static org.jvnet.localizer.Localizable _expects_one_number(Object arg0)
Keyexpects_one_number:{0} expects a number.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects a number
-
invalid_non_string_format_arg
public static String invalid_non_string_format_arg(Object arg0)
Keyinvalid_non_string_format_arg:Invalid non-string format argument {0}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Invalid non-string format argument {0}
-
_invalid_non_string_format_arg
public static org.jvnet.localizer.Localizable _invalid_non_string_format_arg(Object arg0)
Keyinvalid_non_string_format_arg:Invalid non-string format argument {0}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Invalid non-string format argument {0}
-
unrecognized_source_encoding
public static String unrecognized_source_encoding(Object arg0, Object arg1)
Keyunrecognized_source_encoding:{0}: source encoding {1} is not available or recognized.- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0}: source encoding {1} is not available or recognized
-
_unrecognized_source_encoding
public static org.jvnet.localizer.Localizable _unrecognized_source_encoding(Object arg0, Object arg1)
Keyunrecognized_source_encoding:{0}: source encoding {1} is not available or recognized.- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0}: source encoding {1} is not available or recognized
-
expects_one_string_and_encoding
public static String expects_one_string_and_encoding(Object arg0)
Keyexpects_one_string_and_encoding:{0} expects two arguments: a string and an encoding.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects two arguments: a string and an encoding
-
_expects_one_string_and_encoding
public static org.jvnet.localizer.Localizable _expects_one_string_and_encoding(Object arg0)
Keyexpects_one_string_and_encoding:{0} expects two arguments: a string and an encoding.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects two arguments: a string and an encoding
-
expects_one_string_and_at_least_one_number
public static String expects_one_string_and_at_least_one_number(Object arg0)
Keyexpects_one_string_and_at_least_one_number:{0} expects one string and at least one number.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects one string and at least one number
-
_expects_one_string_and_at_least_one_number
public static org.jvnet.localizer.Localizable _expects_one_string_and_at_least_one_number(Object arg0)
Keyexpects_one_string_and_at_least_one_number:{0} expects one string and at least one number.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects one string and at least one number
-
unable_to_parse_as_date
public static String unable_to_parse_as_date()
Keyunable_to_parse_as_date:Unable to parse as date.- Returns:
Unable to parse as date
-
_unable_to_parse_as_date
public static org.jvnet.localizer.Localizable _unable_to_parse_as_date()
Keyunable_to_parse_as_date:Unable to parse as date.- Returns:
Unable to parse as date
-
unrecognized_mode
public static String unrecognized_mode(Object arg0, Object arg1)
Keyunrecognized_mode:{0} does not recognize mode {1}..- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} does not recognize mode {1}.
-
_unrecognized_mode
public static org.jvnet.localizer.Localizable _unrecognized_mode(Object arg0, Object arg1)
Keyunrecognized_mode:{0} does not recognize mode {1}..- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} does not recognize mode {1}.
-
expects_two_args
public static String expects_two_args(Object arg0)
Keyexpects_two_args:{0} expects two arguments.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects two arguments
-
_expects_two_args
public static org.jvnet.localizer.Localizable _expects_two_args(Object arg0)
Keyexpects_two_args:{0} expects two arguments.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects two arguments
-
unable_to_handle_encoding
public static String unable_to_handle_encoding(Object arg0, Object arg1)
Keyunable_to_handle_encoding:{0} does not know how to handle the ''{1}'' encoding..- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} does not know how to handle the ''{1}'' encoding.
-
_unable_to_handle_encoding
public static org.jvnet.localizer.Localizable _unable_to_handle_encoding(Object arg0, Object arg1)
Keyunable_to_handle_encoding:{0} does not know how to handle the ''{1}'' encoding..- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} does not know how to handle the ''{1}'' encoding.
-
str_replace_replacements_equal_to_searches
public static String str_replace_replacements_equal_to_searches(Object arg0)
Keystr_replace_replacements_equal_to_searches:{0}: the number of replacements must be equal to or less than the number of search strings..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0}: the number of replacements must be equal to or less than the number of search strings.
-
_str_replace_replacements_equal_to_searches
public static org.jvnet.localizer.Localizable _str_replace_replacements_equal_to_searches(Object arg0)
Keystr_replace_replacements_equal_to_searches:{0}: the number of replacements must be equal to or less than the number of search strings..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0}: the number of replacements must be equal to or less than the number of search strings.
-
html_cannot_work_with_this_expects_one_string
public static String html_cannot_work_with_this_expects_one_string(Object arg0, Object arg1)
Keyhtml_cannot_work_with_this_expects_one_string:{0} cannot work with this ''{1}'' and expects a single String as an argument.- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} cannot work with this ''{1}'' and expects a single String as an argument
-
_html_cannot_work_with_this_expects_one_string
public static org.jvnet.localizer.Localizable _html_cannot_work_with_this_expects_one_string(Object arg0, Object arg1)
Keyhtml_cannot_work_with_this_expects_one_string:{0} cannot work with this ''{1}'' and expects a single String as an argument.- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} cannot work with this ''{1}'' and expects a single String as an argument
-
expects_one_xml_or_html_element
public static String expects_one_xml_or_html_element(Object arg0)
Keyexpects_one_xml_or_html_element:{0} expects a single XML or HTML element as an argument.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects a single XML or HTML element as an argument
-
_expects_one_xml_or_html_element
public static org.jvnet.localizer.Localizable _expects_one_xml_or_html_element(Object arg0)
Keyexpects_one_xml_or_html_element:{0} expects a single XML or HTML element as an argument.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects a single XML or HTML element as an argument
-
expects_param_i_number
public static String expects_param_i_number(Object arg0, Object arg1)
Keyexpects_param_i_number:{0} expects parameter {1} to be a number.- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects parameter {1} to be a number
-
_expects_param_i_number
public static org.jvnet.localizer.Localizable _expects_param_i_number(Object arg0, Object arg1)
Keyexpects_param_i_number:{0} expects parameter {1} to be a number.- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects parameter {1} to be a number
-
string_diff_long_overflow
public static String string_diff_long_overflow(Object arg0)
Keystring_diff_long_overflow:Number of {0} between given dates causes long overflow..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Number of {0} between given dates causes long overflow.
-
_string_diff_long_overflow
public static org.jvnet.localizer.Localizable _string_diff_long_overflow(Object arg0)
Keystring_diff_long_overflow:Number of {0} between given dates causes long overflow..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Number of {0} between given dates causes long overflow.
-
expects_at_least_two_args
public static String expects_at_least_two_args(Object arg0)
Keyexpects_at_least_two_args:{0} expects at least two arguments.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects at least two arguments
-
_expects_at_least_two_args
public static org.jvnet.localizer.Localizable _expects_at_least_two_args(Object arg0)
Keyexpects_at_least_two_args:{0} expects at least two arguments.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects at least two arguments
-
expects_one_string_or_regex
public static String expects_one_string_or_regex(Object arg0)
Keyexpects_one_string_or_regex:{0} expects a string or a regex.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects a string or a regex
-
_expects_one_string_or_regex
public static org.jvnet.localizer.Localizable _expects_one_string_or_regex(Object arg0)
Keyexpects_one_string_or_regex:{0} expects a string or a regex.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects a string or a regex
-
unknown_time_unit
public static String unknown_time_unit(Object arg0)
Keyunknown_time_unit:Unknown time unit {0}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Unknown time unit {0}
-
_unknown_time_unit
public static org.jvnet.localizer.Localizable _unknown_time_unit(Object arg0)
Keyunknown_time_unit:Unknown time unit {0}.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Unknown time unit {0}
-
expects_at_least_one_arg
public static String expects_at_least_one_arg(Object arg0)
Keyexpects_at_least_one_arg:{0} expects at least one argument.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects at least one argument
-
_expects_at_least_one_arg
public static org.jvnet.localizer.Localizable _expects_at_least_one_arg(Object arg0)
Keyexpects_at_least_one_arg:{0} expects at least one argument.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects at least one argument
-
xml_script_text_cannot_work_with
public static String xml_script_text_cannot_work_with(Object arg0, Object arg1)
Keyxml_script_text_cannot_work_with:{0} cannot work with this ''{1}'' but instead needs a jsoup DataNode from style, script tags, etc. to work with. See https://jsoup.org/apidocs/org/jsoup/nodes/Element.html#data() For arrays, you might select an index or loop over them with forEach(). dataNodes is currently not implemented-.- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} cannot work with this ''{1}'' but instead needs a jsoup DataNode from style, script tags, etc. to work with. See https://jsoup.org/apidocs/org/jsoup/nodes/Element.html#data() For arrays, you might select an index or loop over them with forEach(). dataNodes is currently not implemented-
-
_xml_script_text_cannot_work_with
public static org.jvnet.localizer.Localizable _xml_script_text_cannot_work_with(Object arg0, Object arg1)
Keyxml_script_text_cannot_work_with:{0} cannot work with this ''{1}'' but instead needs a jsoup DataNode from style, script tags, etc. to work with. See https://jsoup.org/apidocs/org/jsoup/nodes/Element.html#data() For arrays, you might select an index or loop over them with forEach(). dataNodes is currently not implemented-.- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} cannot work with this ''{1}'' but instead needs a jsoup DataNode from style, script tags, etc. to work with. See https://jsoup.org/apidocs/org/jsoup/nodes/Element.html#data() For arrays, you might select an index or loop over them with forEach(). dataNodes is currently not implemented-
-
xml_text_cannot_work_with_and_failed
public static String xml_text_cannot_work_with_and_failed(Object arg0, Object arg1)
Keyxml_text_cannot_work_with_and_failed:{0}() cannot work with this ''{1}'' and failed as the first parameter is not an XML or HTML Element. Please first use parseXml() or parseHtml() and select(query) prior to using this function.- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0}() cannot work with this ''{1}'' and failed as the first parameter is not an XML or HTML Element. Please first use parseXml() or parseHtml() and select(query) prior to using this function
-
_xml_text_cannot_work_with_and_failed
public static org.jvnet.localizer.Localizable _xml_text_cannot_work_with_and_failed(Object arg0, Object arg1)
Keyxml_text_cannot_work_with_and_failed:{0}() cannot work with this ''{1}'' and failed as the first parameter is not an XML or HTML Element. Please first use parseXml() or parseHtml() and select(query) prior to using this function.- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0}() cannot work with this ''{1}'' and failed as the first parameter is not an XML or HTML Element. Please first use parseXml() or parseHtml() and select(query) prior to using this function
-
expects_three_strings_as_string_regex_string
public static String expects_three_strings_as_string_regex_string(Object arg0)
Keyexpects_three_strings_as_string_regex_string:{0} expects three strings, or one string, one regex, and one string.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects three strings, or one string, one regex, and one string
-
_expects_three_strings_as_string_regex_string
public static org.jvnet.localizer.Localizable _expects_three_strings_as_string_regex_string(Object arg0)
Keyexpects_three_strings_as_string_regex_string:{0} expects three strings, or one string, one regex, and one string.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects three strings, or one string, one regex, and one string
-
expects_date_number_string
public static String expects_date_number_string(Object arg0)
Keyexpects_date_number_string:{0} expects a date, a number and a string.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects a date, a number and a string
-
_expects_date_number_string
public static org.jvnet.localizer.Localizable _expects_date_number_string(Object arg0)
Keyexpects_date_number_string:{0} expects a date, a number and a string.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects a date, a number and a string
-
fun_facet_expects_value_expression_column
public static String fun_facet_expects_value_expression_column(Object arg0)
Keyfun_facet_expects_value_expression_column:{0} expects a choice value, an expression as a string, and a column name.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects a choice value, an expression as a string, and a column name
-
_fun_facet_expects_value_expression_column
public static org.jvnet.localizer.Localizable _fun_facet_expects_value_expression_column(Object arg0)
Keyfun_facet_expects_value_expression_column:{0} expects a choice value, an expression as a string, and a column name.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects a choice value, an expression as a string, and a column name
-
expects_first_param_string
public static String expects_first_param_string(Object arg0)
Keyexpects_first_param_string:{0} expects the first parameter to be a string.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects the first parameter to be a string
-
_expects_first_param_string
public static org.jvnet.localizer.Localizable _expects_first_param_string(Object arg0)
Keyexpects_first_param_string:{0} expects the first parameter to be a string.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects the first parameter to be a string
-
unable_to_convert_to_date
public static String unable_to_convert_to_date()
Keyunable_to_convert_to_date:Unable to convert to date.- Returns:
Unable to convert to date
-
_unable_to_convert_to_date
public static org.jvnet.localizer.Localizable _unable_to_convert_to_date()
Keyunable_to_convert_to_date:Unable to convert to date.- Returns:
Unable to convert to date
-
expects_two_strings
public static String expects_two_strings(Object arg0)
Keyexpects_two_strings:{0} expects two strings.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects two strings
-
_expects_two_strings
public static org.jvnet.localizer.Localizable _expects_two_strings(Object arg0)
Keyexpects_two_strings:{0} expects two strings.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects two strings
-
expects_string_to_reinterpret
public static String expects_string_to_reinterpret(Object arg0)
Keyexpects_string_to_reinterpret:{0} expects String to reinterpret with a given target encoding and optional source encoding..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects String to reinterpret with a given target encoding and optional source encoding.
-
_expects_string_to_reinterpret
public static org.jvnet.localizer.Localizable _expects_string_to_reinterpret(Object arg0)
Keyexpects_string_to_reinterpret:{0} expects String to reinterpret with a given target encoding and optional source encoding..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects String to reinterpret with a given target encoding and optional source encoding.
-
unrecognized_date_part
public static String unrecognized_date_part(Object arg0)
Keyunrecognized_date_part:Date unit {0} not recognized..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Date unit {0} not recognized.
-
_unrecognized_date_part
public static org.jvnet.localizer.Localizable _unrecognized_date_part(Object arg0)
Keyunrecognized_date_part:Date unit {0} not recognized..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Date unit {0} not recognized.
-
xml_parent_cannot_work_with
public static String xml_parent_cannot_work_with(Object arg0, Object arg1)
Keyxml_parent_cannot_work_with:{0} cannot work with this ''{1}'' but instead needs a jsoup XML or HTML element to work with. For arrays, you might select an index or loop over them with forEach()..- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} cannot work with this ''{1}'' but instead needs a jsoup XML or HTML element to work with. For arrays, you might select an index or loop over them with forEach().
-
_xml_parent_cannot_work_with
public static org.jvnet.localizer.Localizable _xml_parent_cannot_work_with(Object arg0, Object arg1)
Keyxml_parent_cannot_work_with:{0} cannot work with this ''{1}'' but instead needs a jsoup XML or HTML element to work with. For arrays, you might select an index or loop over them with forEach()..- Parameters:
arg1- 2nd format parameter,{1}, asString.valueOf(Object).arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} cannot work with this ''{1}'' but instead needs a jsoup XML or HTML element to work with. For arrays, you might select an index or loop over them with forEach().
-
expects_one_non_null_arg
public static String expects_one_non_null_arg(Object arg0)
Keyexpects_one_non_null_arg:{0} expects one non-null argument.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects one non-null argument
-
_expects_one_non_null_arg
public static org.jvnet.localizer.Localizable _expects_one_non_null_arg(Object arg0)
Keyexpects_one_non_null_arg:{0} expects one non-null argument.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects one non-null argument
-
-