Interface ExceptionHandler


  • public interface ExceptionHandler
    Interface defining how a java check should react when errors are occurring during analysis.
    • Method Detail

      • processRecognitionException

        void processRecognitionException​(com.sonar.sslr.api.RecognitionException e)
      • processException

        void processException​(Exception e)