Overview
Package
Class
Use
Tree
Deprecated
Index
All Classes
Help
Prev
Next
VUtils – Release 1
Uses of Interface org.violetlib.util.ErrorReporter
Deprecated: ShowHide

Uses of Interface
org.violetlib.util.ErrorReporter

  • Packages that use ErrorReporter 
    Package Description
    org.violetlib.util
     
    • Uses of ErrorReporter in org.violetlib.util

      Subinterfaces of ErrorReporter in org.violetlib.util 
      Modifier and Type Interface and Description
      interface  SimpleReporter
      A simple interface for reporting errors and information.
      Classes in org.violetlib.util that implement ErrorReporter 
      Modifier and Type Class and Description
      class  NullReporter
      A reporter that discards the messages.
      Methods in org.violetlib.util that return ErrorReporter 
      Modifier and Type Method and Description
      static ErrorReporter  ErrorReporter.sink()
      Return an error reporter that discards all messages.