Interface ExceptionMessageInfo.MessageFormatter
- Enclosing class:
- ExceptionMessageInfo
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Exception에 따른 메시지 formatting 처리 객체
-
Method Summary
-
Method Details
-
format
Exception에 따른 메시지를 formatting 한다.- Parameters:
e- exception- Returns:
- exception 메시지
-