Interface ProblemSink

All Known Implementing Classes:
LogProblemSink, ProblemBuffer

public interface ProblemSink
  • Field Summary Link icon

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

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

    • NULL Link icon

      static final ProblemSink NULL
    • EXCEPTION Link icon

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

    • problem Link icon

      void problem(Problem problem)