com.sonar.sslr.api
Interface RecognitionExceptionListener

All Known Subinterfaces:
AuditListener

public interface RecognitionExceptionListener

A RecognitionExceptionListener must be used to be notified of parsing error


Method Summary
 void processRecognitionException(RecognitionException e)
          This method is called when a recognition exception occurs
 

Method Detail

processRecognitionException

void processRecognitionException(RecognitionException e)
This method is called when a recognition exception occurs



Copyright © 2012 SonarSource. All Rights Reserved.