public class CommonUtil
extends Object
Modifier and Type | Method and Description |
---|---|
static String |
encodeFilter(String filterInput) |
static ErrorObject |
parseException(String inp)
Reads the error message received from requested Api and parses to representable format.
|
public static ErrorObject parseException(String inp)
inp
- error message.public static String encodeFilter(String filterInput)