Class ModelExceptionTranslationHandler

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.String getLabelByKey​(java.lang.String key)  
      protected java.lang.String translateByCause​(java.lang.Throwable throwable)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.hybris.cockpitng.service.ExceptionTranslationHandler

        canHandle, toString
    • Field Detail

      • I18N_UNEXPECTED_DB_ERROR

        public static final java.lang.String I18N_UNEXPECTED_DB_ERROR
        See Also:
        Constant Field Values
    • Constructor Detail

      • ModelExceptionTranslationHandler

        public ModelExceptionTranslationHandler()
    • Method Detail

      • translateByCause

        protected java.lang.String translateByCause​(java.lang.Throwable throwable)
      • getLabelByKey

        protected java.lang.String getLabelByKey​(java.lang.String key)