uk.ac.man.bioinf.io
Class SequenceWriterException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--uk.ac.man.bioinf.io.ParserException
                          |
                          +--uk.ac.man.bioinf.io.SequenceWriterException
All Implemented Interfaces:
Serializable

public class SequenceWriterException
extends ParserException

An exception cast when an IOException is thrown in writing the sequence out from CINEMA. Created: Tue Aug 8 18:26:21 2000

Version:
$Id: SequenceWriterException.java,v 1.2 2001/04/11 17:04:43 lord Exp $
Author:
Julian Selley
See Also:
Serialized Form

Constructor Summary
SequenceWriterException()
           
 
Methods inherited from class uk.ac.man.bioinf.io.ParserException
getIdentifier, getPosition, getSequence
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SequenceWriterException

public SequenceWriterException()