Class ExceptionTranslatorImpl

    • Constructor Detail

      • ExceptionTranslatorImpl

        public ExceptionTranslatorImpl()
    • Method Detail

      • translateException

        public void translateException​(Throwable throwable)
        Description copied from interface: ExceptionTranslator
        Takes in an Exception and based on the type and error message logs appropriate information to admin errors.
        Specified by:
        translateException in interface ExceptionTranslator
        Parameters:
        throwable - exception to be parsed for information
      • setAdminErrorHandler

        public void setAdminErrorHandler​(AdminErrorHandler adminErrorHandler)