Uses of Class
com.xpn.xwiki.plugin.charts.exceptions.MissingArgumentException
-
Packages that use MissingArgumentException Package Description com.xpn.xwiki.plugin.charts.params -
-
Uses of MissingArgumentException in com.xpn.xwiki.plugin.charts.params
Methods in com.xpn.xwiki.plugin.charts.params that throw MissingArgumentException Modifier and Type Method Description protected Object
AbstractChartParam. getChoiceArg(Map map, String name, Map choices)
protected double
AbstractChartParam. getDoubleArg(Map map, String name)
protected float
AbstractChartParam. getFloatArg(Map map, String name)
protected int
AbstractChartParam. getIntArg(Map map, String name)
protected List
AbstractChartParam. getListArg(Map map, String name)
protected String
AbstractChartParam. getStringArg(Map map, String name)
-