Uses of Class
ch.swisscom.mid.client.model.DataAssemblyException
-
Packages that use DataAssemblyException Package Description ch.swisscom.mid.client.utils -
-
Uses of DataAssemblyException in ch.swisscom.mid.client.utils
Methods in ch.swisscom.mid.client.utils that throw DataAssemblyException Modifier and Type Method Description static <T> voidUtils. dataGreaterThanZero(int value, String errorMessage)static voidUtils. dataNotEmpty(String value, String errorMessage)static <T> voidUtils. dataNotEmpty(List<T> list, String errorMessage)static voidUtils. dataNotNull(Object target, String errorMessage)static voidUtils. dataTrue(boolean condition, String errorMessage)
-