Package com.google.refine.grel
Class ControlEvalError
java.lang.Object
com.google.refine.grel.ControlEvalError
Generated localization support class.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.jvnet.localizer.Localizable_expects_five_args(Object arg0) Keyexpects_five_args:{0} expects five arguments.static org.jvnet.localizer.Localizable_expects_four_args(Object arg0) Keyexpects_four_args:{0} expects four arguments.static org.jvnet.localizer.Localizable_expects_one_arg(Object arg0) Keyexpects_one_arg:{0} expects one argument.static org.jvnet.localizer.LocalizableKeyexpects_second_arg_index_var_name:{0} expects second argument to be the index's variable name.static org.jvnet.localizer.LocalizableKeyexpects_second_arg_var_name:{0} expects second argument to be a variable name.static org.jvnet.localizer.LocalizableKeyexpects_second_third_args_different:{0} expects the second and third arguments to be different variable names.static org.jvnet.localizer.LocalizableKeyexpects_third_arg_element_var_name:{0} expects second argument to be the element's variable name.static org.jvnet.localizer.Localizable_expects_three_args(Object arg0) Keyexpects_three_args:{0} expects three arguments.static org.jvnet.localizer.Localizable_filter()Keyfilter:First argument is not an array.static org.jvnet.localizer.LocalizableKeyfor_range:First, second, and third arguments of forRange must all be numbers.static org.jvnet.localizer.Localizable_foreach()Keyforeach:First argument to forEach is not an array or JSON object.static org.jvnet.localizer.LocalizableKeyforeach_index:First argument to forEachIndex is not an array or JSON object.static Stringexpects_five_args(Object arg0) Keyexpects_five_args:{0} expects five arguments.static Stringexpects_four_args(Object arg0) Keyexpects_four_args:{0} expects four arguments.static Stringexpects_one_arg(Object arg0) Keyexpects_one_arg:{0} expects one argument.static StringKeyexpects_second_arg_index_var_name:{0} expects second argument to be the index's variable name.static StringKeyexpects_second_arg_var_name:{0} expects second argument to be a variable name.static StringKeyexpects_second_third_args_different:{0} expects the second and third arguments to be different variable names.static StringKeyexpects_third_arg_element_var_name:{0} expects second argument to be the element's variable name.static Stringexpects_three_args(Object arg0) Keyexpects_three_args:{0} expects three arguments.static Stringfilter()Keyfilter:First argument is not an array.static StringKeyfor_range:First, second, and third arguments of forRange must all be numbers.static Stringforeach()Keyforeach:First argument to forEach is not an array or JSON object.static StringKeyforeach_index:First argument to forEachIndex is not an array or JSON object.
-
Constructor Details
-
ControlEvalError
public ControlEvalError()
-
-
Method Details
-
expects_one_arg
Keyexpects_one_arg:{0} expects one argument.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects one argument
-
_expects_one_arg
Keyexpects_one_arg:{0} expects one argument.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects one argument
-
expects_five_args
Keyexpects_five_args:{0} expects five arguments.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects five arguments
-
_expects_five_args
Keyexpects_five_args:{0} expects five arguments.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects five arguments
-
expects_four_args
Keyexpects_four_args:{0} expects four arguments.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects four arguments
-
_expects_four_args
Keyexpects_four_args:{0} expects four arguments.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects four arguments
-
filter
Keyfilter:First argument is not an array.- Returns:
First argument is not an array
-
_filter
public static org.jvnet.localizer.Localizable _filter()Keyfilter:First argument is not an array.- Returns:
First argument is not an array
-
foreach
Keyforeach:First argument to forEach is not an array or JSON object.- Returns:
First argument to forEach is not an array or JSON object
-
_foreach
public static org.jvnet.localizer.Localizable _foreach()Keyforeach:First argument to forEach is not an array or JSON object.- Returns:
First argument to forEach is not an array or JSON object
-
expects_third_arg_element_var_name
Keyexpects_third_arg_element_var_name:{0} expects second argument to be the element's variable name.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects second argument to be the element's variable name
-
_expects_third_arg_element_var_name
Keyexpects_third_arg_element_var_name:{0} expects second argument to be the element's variable name.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects second argument to be the element's variable name
-
expects_three_args
Keyexpects_three_args:{0} expects three arguments.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects three arguments
-
_expects_three_args
Keyexpects_three_args:{0} expects three arguments.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects three arguments
-
foreach_index
Keyforeach_index:First argument to forEachIndex is not an array or JSON object.- Returns:
First argument to forEachIndex is not an array or JSON object
-
_foreach_index
public static org.jvnet.localizer.Localizable _foreach_index()Keyforeach_index:First argument to forEachIndex is not an array or JSON object.- Returns:
First argument to forEachIndex is not an array or JSON object
-
for_range
Keyfor_range:First, second, and third arguments of forRange must all be numbers.- Returns:
First, second, and third arguments of forRange must all be numbers
-
_for_range
public static org.jvnet.localizer.Localizable _for_range()Keyfor_range:First, second, and third arguments of forRange must all be numbers.- Returns:
First, second, and third arguments of forRange must all be numbers
-
expects_second_arg_var_name
Keyexpects_second_arg_var_name:{0} expects second argument to be a variable name.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects second argument to be a variable name
-
_expects_second_arg_var_name
Keyexpects_second_arg_var_name:{0} expects second argument to be a variable name.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects second argument to be a variable name
-
expects_second_arg_index_var_name
Keyexpects_second_arg_index_var_name:{0} expects second argument to be the index's variable name.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects second argument to be the index's variable name
-
_expects_second_arg_index_var_name
Keyexpects_second_arg_index_var_name:{0} expects second argument to be the index's variable name.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects second argument to be the index's variable name
-
expects_second_third_args_different
Keyexpects_second_third_args_different:{0} expects the second and third arguments to be different variable names.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects the second and third arguments to be different variable names
-
_expects_second_third_args_different
Keyexpects_second_third_args_different:{0} expects the second and third arguments to be different variable names.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} expects the second and third arguments to be different variable names
-