Interface RecognitionExceptionListener

  • All Known Subinterfaces:
    AuditListener

    @Deprecated
    public interface RecognitionExceptionListener
    Deprecated.
    in 1.19, use com.sonar.sslr.squid.AstScannerExceptionHandler from the SSLR Squid Bridge (2.3)
    • Method Detail

      • processRecognitionException

        void processRecognitionException​(RecognitionException e)
        Deprecated.