@FunctionalInterface public interface ExceptionFormatter
| Modifier and Type | Field and Description |
|---|---|
static ExceptionFormatter |
SIMPLE_FORMAT
Simple formatter that prints one-line exception info (it's type and message).
|
| Modifier and Type | Method and Description |
|---|---|
String |
format(Throwable exception)
Formats exception to printable representation.
|
static final ExceptionFormatter SIMPLE_FORMAT
Copyright © 2014–2015 RafaĆ Wrzeszcz - Wrzasq.pl. All rights reserved.