Interface ExceptionTranslator
- All Known Implementing Classes:
ExceptionTranslatorImpl
public interface ExceptionTranslator
-
Method Summary
Modifier and TypeMethodDescriptionvoid
translateException
(Throwable throwable) Takes in an Exception and based on the type and error message logs appropriate information to admin errors.
-
Method Details
-
translateException
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
-