uk.ac.man.bioinf.io
Interface ParserExceptionHandler

All Known Implementing Classes:
AbstractSequenceInputParserExceptionHandler, AbstractSequenceParserExceptionHandler, DefaultParserExceptionHandler, NullParserExceptionHandler

public interface ParserExceptionHandler

Handles exceptions generated by any sequence parsers. Created: Sat Jun 3 18:07:14 2000

Version:
$Id: ParserExceptionHandler.java,v 1.4 2001/04/11 17:04:43 lord Exp $
Author:
Julian Selley

Method Summary
 void handleException(ParserException e)
          Handles exceptions thrown by a sequence parser.
 

Method Detail

handleException

public void handleException(ParserException e)
Handles exceptions thrown by a sequence parser.

Parameters:
e - the exception