Package space.arim.dazzleconf
Interface ErrorPrint
- All Known Implementing Classes:
StandardErrorPrint
public interface ErrorPrint
Output device for when an error occured
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe message sink (used by someErrorPrintimplementations) where printable messages are sent -
Method Summary
Modifier and TypeMethodDescriptionvoidonError(@NonNull List<@NonNull ErrorContext> errorContexts) Displays the following error contexts in some way, shape, or form
-
Method Details
-
onError
Displays the following error contexts in some way, shape, or form- Parameters:
errorContexts- the error contexts
-