Package com.sonar.sslr.api
Interface RecognitionExceptionListener
-
- All Known Subinterfaces:
AuditListener
@Deprecated public interface RecognitionExceptionListener
Deprecated.in 1.19, usecom.sonar.sslr.squid.AstScannerExceptionHandler
from the SSLR Squid Bridge (2.3)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
processRecognitionException(RecognitionException e)
Deprecated.
-
-
-
Method Detail
-
processRecognitionException
void processRecognitionException(RecognitionException e)
Deprecated.
-
-