Package com.hybris.merchandising.client
Class ClientExceptionHandler
java.lang.Object
com.hybris.merchandising.client.ClientExceptionHandler
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetAndLogErrorMessage(String prefix, Exception e) Build error message based on given prefix and exceptionstatic voidhandleExceptions(Throwable ex, Class<?> clazz)
-
Method Details
-
handleExceptions
-
getAndLogErrorMessage
Build error message based on given prefix and exception- Parameters:
prefix- prefix which will be added to messagee- exception from which error will be taken- Returns:
- message created based on prefix and exception
-