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
 
Methods inherited from interface com.sonar.sslr.api.RecognitionExceptionListener
processRecognitionException
 

Method Detail

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.