Class ClientExceptionHandler

java.lang.Object
com.hybris.merchandising.client.ClientExceptionHandler

public final class ClientExceptionHandler extends Object
  • Method Details

    • handleExceptions

      public static void handleExceptions(Throwable ex, Class<?> clazz)
    • getAndLogErrorMessage

      public static String getAndLogErrorMessage(String prefix, Exception e)
      Build error message based on given prefix and exception
      Parameters:
      prefix - prefix which will be added to message
      e - exception from which error will be taken
      Returns:
      message created based on prefix and exception