Package org.openrefine.grel
Class ControlEvalError
- java.lang.Object
-
- org.openrefine.grel.ControlEvalError
-
public class ControlEvalError extends Object
Generated localization support class.
-
-
Constructor Summary
Constructors Constructor Description ControlEvalError()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static 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.Localizable
_expects_second_arg_index_var_name(Object arg0)
Keyexpects_second_arg_index_var_name
:{0} expects second argument to be the index's variable name
.static org.jvnet.localizer.Localizable
_expects_second_arg_var_name(Object arg0)
Keyexpects_second_arg_var_name
:{0} expects second argument to be a variable name
.static org.jvnet.localizer.Localizable
_expects_third_arg_element_var_name(Object arg0)
Keyexpects_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.Localizable
_for_range()
Keyfor_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.Localizable
_foreach_index()
Keyforeach_index
:First argument to forEach is not an array
.static String
expects_five_args(Object arg0)
Keyexpects_five_args
:{0} expects five arguments
.static String
expects_four_args(Object arg0)
Keyexpects_four_args
:{0} expects four arguments
.static String
expects_one_arg(Object arg0)
Keyexpects_one_arg
:{0} expects one argument
.static String
expects_second_arg_index_var_name(Object arg0)
Keyexpects_second_arg_index_var_name
:{0} expects second argument to be the index's variable name
.static String
expects_second_arg_var_name(Object arg0)
Keyexpects_second_arg_var_name
:{0} expects second argument to be a variable name
.static String
expects_third_arg_element_var_name(Object arg0)
Keyexpects_third_arg_element_var_name
:{0} expects second argument to be the element's variable name
.static String
expects_three_args(Object arg0)
Keyexpects_three_args
:{0} expects three arguments
.static String
filter()
Keyfilter
:First argument is not an array
.static String
for_range()
Keyfor_range
:First, second, and third arguments of forRange must all be numbers
.static String
foreach()
Keyforeach
:First argument to forEach is not an array or JSON object
.static String
foreach_index()
Keyforeach_index
:First argument to forEach is not an array
.
-
-
-
Method Detail
-
filter
public static String 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
public static String 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
public static String expects_third_arg_element_var_name(Object arg0)
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
public static org.jvnet.localizer.Localizable _expects_third_arg_element_var_name(Object arg0)
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
public static String expects_three_args(Object arg0)
Keyexpects_three_args
:{0} expects three arguments
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} expects three arguments
-
_expects_three_args
public static org.jvnet.localizer.Localizable _expects_three_args(Object arg0)
Keyexpects_three_args
:{0} expects three arguments
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} expects three arguments
-
foreach_index
public static String foreach_index()
Keyforeach_index
:First argument to forEach is not an array
.- Returns:
First argument to forEach is not an array
-
_foreach_index
public static org.jvnet.localizer.Localizable _foreach_index()
Keyforeach_index
:First argument to forEach is not an array
.- Returns:
First argument to forEach is not an array
-
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
-
expects_five_args
public static String expects_five_args(Object arg0)
Keyexpects_five_args
:{0} expects five arguments
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} expects five arguments
-
_expects_five_args
public static org.jvnet.localizer.Localizable _expects_five_args(Object arg0)
Keyexpects_five_args
:{0} expects five arguments
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} expects five arguments
-
for_range
public static String 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
public static String expects_second_arg_var_name(Object arg0)
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
public static org.jvnet.localizer.Localizable _expects_second_arg_var_name(Object arg0)
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_four_args
public static String expects_four_args(Object arg0)
Keyexpects_four_args
:{0} expects four arguments
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} expects four arguments
-
_expects_four_args
public static org.jvnet.localizer.Localizable _expects_four_args(Object arg0)
Keyexpects_four_args
:{0} expects four arguments
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} expects four arguments
-
expects_second_arg_index_var_name
public static String expects_second_arg_index_var_name(Object arg0)
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
public static org.jvnet.localizer.Localizable _expects_second_arg_index_var_name(Object arg0)
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
-
-