com.sonar.sslr.api
Interface RecognictionExceptionListener

All Known Subinterfaces:
AuditListener

public interface RecognictionExceptionListener

A RecognictionExceptionListener must be used to be notified of parsing error


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

Method Detail

addRecognitionException

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



Copyright © 2011 SonarSource. All Rights Reserved.