com.sonar.sslr.api
Interface AuditListener

All Superinterfaces:
RecognictionExceptionListener

public interface AuditListener
extends RecognictionExceptionListener

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 addException(Exception e)
          This method is called when an exception different from a parsing error occurs
 
Methods inherited from interface com.sonar.sslr.api.RecognictionExceptionListener
addRecognitionException
 

Method Detail

addException

void addException(Exception e)
This method is called when an exception different from a parsing error occurs



Copyright © 2011 SonarSource. All Rights Reserved.