Package com.sonar.sslr.api
Interface AuditListener
-
- All Superinterfaces:
RecognitionExceptionListener
@Deprecated public interface AuditListener extends 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
processException(Exception e)
Deprecated.-
Methods inherited from interface com.sonar.sslr.api.RecognitionExceptionListener
processRecognitionException
-
-
-
-
Method Detail
-
processException
void processException(Exception e)
Deprecated.
-
-