Package utility
Class UtilDataset
- java.lang.Object
-
- utility.UtilDataset
-
public class UtilDataset extends Object
Utility Class for Dataset related static helper methods.- Version:
- 1.0
- Author:
- Nikunj Goyal
-
-
Constructor Summary
Constructors Constructor Description UtilDataset()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
checkHttpErrors(String errMsg, List<String> dsNames, Crud.type type)
Formulate and return a more redefined error exception message based on a CRUD operation.
-
-
-
Method Detail
-
checkHttpErrors
public static void checkHttpErrors(String errMsg, List<String> dsNames, Crud.type type) throws Exception
Formulate and return a more redefined error exception message based on a CRUD operation.- Parameters:
errMsg
- error messagedsNames
- dataset representationstype
- crud type value of operation taken place- Throws:
Exception
- with a possible customized error msg
-
-