uk.ac.man.bioinf.apps.cinema.io
Class FileSequenceParserExceptionHandler

java.lang.Object
  |
  +--uk.ac.man.bioinf.apps.cinema.io.AbstractSequenceParserExceptionHandler
        |
        +--uk.ac.man.bioinf.apps.cinema.io.FileSequenceParserExceptionHandler
All Implemented Interfaces:
ParserExceptionHandler

public class FileSequenceParserExceptionHandler
extends AbstractSequenceParserExceptionHandler

FileSequenceParserExceptionHandler handles parser exceptions to do with parsing files, and will display a dialog box. Created: Thu Jun 15 23:39:37 2000

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

Constructor Summary
FileSequenceParserExceptionHandler()
           
 
Method Summary
 void handleException(ParserException e)
          Handles exceptions thrown by a sequence parser.
 
Methods inherited from class uk.ac.man.bioinf.apps.cinema.io.AbstractSequenceParserExceptionHandler
clearExceptions, getParserExceptions, storeException
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileSequenceParserExceptionHandler

public FileSequenceParserExceptionHandler()
Method Detail

handleException

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

Parameters:
e - the exception