uk.ac.man.bioinf.io
Class NullParserExceptionHandler

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

public class NullParserExceptionHandler
extends Object
implements ParserExceptionHandler

NullParserExceptionHandler.java An exception handler for all seasons Created: Thu Feb 8 21:24:57 2001

Version:
$Id: NullParserExceptionHandler.java,v 1.2 2001/04/11 17:04:43 lord Exp $
Author:
Phillip Lord

Constructor Summary
NullParserExceptionHandler()
           
NullParserExceptionHandler(boolean dumpStack)
           
NullParserExceptionHandler(PrintWriter stream)
           
 
Method Summary
 void handleException(ParserException exp)
          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

NullParserExceptionHandler

public NullParserExceptionHandler()

NullParserExceptionHandler

public NullParserExceptionHandler(boolean dumpStack)

NullParserExceptionHandler

public NullParserExceptionHandler(PrintWriter stream)
Method Detail

handleException

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

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