Interface ProblemHandler

    • Method Detail

      • handleUnimplemented

        void handleUnimplemented​(ValidationProblem prob)
        Handle unimplemented feature.
        Parameters:
        prob -
      • handleWarning

        void handleWarning​(ValidationProblem prob)
        Handle warning.
        Parameters:
        prob -
      • handleError

        void handleError​(ValidationProblem prob)
        Handle error.
        Parameters:
        prob -
      • handleFatal

        void handleFatal​(ValidationProblem prob)
        Handle fatal.
        Parameters:
        prob -
      • report

        void report​(java.lang.String msg)
        Report progress information.
        Parameters:
        msg - progress information
      • terminate

        void terminate​(java.lang.String msg)
        Terminate processing.
        Parameters:
        msg - message reporting why processing is being terminated
      • terminate

        void terminate​(java.lang.String msg,
                       java.lang.Throwable thr)
        Terminate processing.
        Parameters:
        msg - message reporting why processing is being terminated
        thr - throwable with problem details