fr.umlv.tatoo.runtime.lexer
Interface ErrorHandler<B>

Type Parameters:
B - type of buffers.
All Known Implementing Classes:
DefaultErrorHandler

public interface ErrorHandler<B>

Version:
$Revision: 1.2 $
Author:
Gilles Roussel

Method Summary
 void handleError(B buffer)
           
 void handleUnexpectedEndOfFile()
           
 

Method Detail

handleError

void handleError(B buffer)

handleUnexpectedEndOfFile

void handleUnexpectedEndOfFile()