com.sonar.sslr.api
Interface AuditListener
- All Superinterfaces:
- RecognitionExceptionListener
public interface AuditListener
- extends RecognitionExceptionListener
An AuditListener must be used to be notified of parsing error or standard exception which might occur when analysing a source code
Method Summary |
void |
processException(java.lang.Exception e)
This method is called when an exception different from a parsing error occurs |
processException
void processException(java.lang.Exception e)
- This method is called when an exception different from a parsing error occurs
Copyright © 2012 SonarSource. All Rights Reserved.