Interface ProblemSink

All Known Implementing Classes:
LogProblemSink, ProblemBuffer

public interface ProblemSink
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final ProblemSink
    Throw exectption immediately on each problem (for WARN and ERROR)
    static final ProblemSink
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    problem(Problem problem)
     
  • Field Details

    • NULL

      static final ProblemSink NULL
    • EXCEPTION

      static final ProblemSink EXCEPTION
      Throw exectption immediately on each problem (for WARN and ERROR)
  • Method Details

    • problem

      void problem(Problem problem)