-
- Enclosing class:
- ErrorPrinter
- 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 ErrorPrinter.CustomMessageHandler
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprintCustomMessages(Throwable thrown, Appendable out, int indent)static voidprintMessage(Appendable out, int indent, String label, String message)
-
-
-
Method Detail
-
printMessage
static void printMessage(Appendable out, int indent, String label, String message)
-
printCustomMessages
void printCustomMessages(Throwable thrown, Appendable out, int indent)
-
-