Uses of Class
com.e1c.g5.v8.dt.check.WrongParameterException
- 
Packages that use WrongParameterException Package Description com.e1c.g5.v8.dt.check 
- 
- 
Uses of WrongParameterException in com.e1c.g5.v8.dt.checkMethods in com.e1c.g5.v8.dt.check that throw WrongParameterException Modifier and Type Method Description booleanICheckParameters. getBoolean(String name)Returns the boolean value to which the specified key is mapped.doubleICheckParameters. getDouble(String name)Returns the double value to which the specified key is mapped.intICheckParameters. getInt(String name)Returns the int value to which the specified key is mapped.longICheckParameters. getLong(String name)Returns the long value to which the specified key is mapped.StringICheckParameters. getString(String name)Returns the string value to which the specified key is mapped.
 
-