Uses of Class
com.merative.acd.v1.exception.ParameterNotAvailableException
-
Packages that use ParameterNotAvailableException Package Description com.merative.acd.v1.util -
-
Uses of ParameterNotAvailableException in com.merative.acd.v1.util
Methods in com.merative.acd.v1.util that throw ParameterNotAvailableException Modifier and Type Method Description CustomCollection
CustomCollection. get(java.lang.String key)
Retrieves collection by key.java.util.List<CustomCollection>
CustomCollection. getList(java.lang.String key)
Retrieve list of collections by key.java.lang.String
CustomCollection. getValue(java.lang.String key)
Retrieves value for key.
-