Class NoIssuesHandler

  • All Implemented Interfaces:
    InterpreterResultHandler

    public class NoIssuesHandler
    extends Object
    implements InterpreterResultHandler
    The no issues handler implements a rather trivial issue handling principle: As long as no interpreter reports an issue normal excution continues. As soon as there is an issue, normal execution flow is aborted.