Interface ExceptionHandler


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

    • processRecognitionException

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

      void processException(Exception e)