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.check
Methods in com.e1c.g5.v8.dt.check that throw WrongParameterException Modifier and Type Method Description boolean
ICheckParameters. getBoolean(String name)
Returns the boolean value to which the specified key is mapped.double
ICheckParameters. getDouble(String name)
Returns the double value to which the specified key is mapped.int
ICheckParameters. getInt(String name)
Returns the int value to which the specified key is mapped.long
ICheckParameters. getLong(String name)
Returns the long value to which the specified key is mapped.String
ICheckParameters. getString(String name)
Returns the string value to which the specified key is mapped.
-