Interface ExceptionTranslator

All Known Implementing Classes:
ExceptionTranslatorImpl

public interface ExceptionTranslator
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Takes in an Exception and based on the type and error message logs appropriate information to admin errors.
  • Method Details

    • translateException

      void translateException(Throwable throwable)
      Takes in an Exception and based on the type and error message logs appropriate information to admin errors.
      Parameters:
      throwable - exception to be parsed for information