Interface ErrorPrint

All Known Implementing Classes:
StandardErrorPrint

public interface ErrorPrint
Output device for when an error occured
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    The message sink (used by some ErrorPrint implementations) where printable messages are sent
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onError(@NonNull List<@NonNull ErrorContext> errorContexts)
    Displays the following error contexts in some way, shape, or form
  • Method Details

    • onError

      void onError(@NonNull List<@NonNull ErrorContext> errorContexts)
      Displays the following error contexts in some way, shape, or form
      Parameters:
      errorContexts - the error contexts