uk.ac.man.bioinf.io
Class DefaultParserExceptionHandler

java.lang.Object
  |
  +--uk.ac.man.bioinf.io.DefaultParserExceptionHandler
All Implemented Interfaces:
ParserExceptionHandler

public class DefaultParserExceptionHandler
extends Object
implements ParserExceptionHandler

This parser exception handler does very little. Created: Sat Jun 3 18:14:01 2000

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

Constructor Summary
DefaultParserExceptionHandler()
           
 
Method Summary
 void handleException(ParserException e)
          Handles exceptions thrown by a sequence parser.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultParserExceptionHandler

public DefaultParserExceptionHandler()
Method Detail

handleException

public void handleException(ParserException e)
Description copied from interface: ParserExceptionHandler
Handles exceptions thrown by a sequence parser.

Specified by:
handleException in interface ParserExceptionHandler
Parameters:
e - the exception