196197198199200201202
public String getParameter(String param) throws PrintException { if (argMap != null && param != null) { return argMap.get(param.toLowerCase()); } throw new NullParameterException("argMap not defined or null."); }