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.

@FunctionalInterface public static interface ExceptionMessageInfo.MessageFormatter
Exception에 따른 메시지 formatting 처리 객체
  • Method Summary

    Modifier and Type
    Method
    Description
    Exception에 따른 메시지를 formatting 한다.
  • Method Details

    • format

      String format(Throwable e)
      Exception에 따른 메시지를 formatting 한다.
      Parameters:
      e - exception
      Returns:
      exception 메시지