uk.ac.man.bioinf.io
Class InvalidSequenceTypeParserException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--uk.ac.man.bioinf.io.ParserException
|
+--uk.ac.man.bioinf.io.InvalidSequenceTypeParserException
- All Implemented Interfaces:
- Serializable
- public class InvalidSequenceTypeParserException
- extends ParserException
This exception is cast when there is a mismatch of sequence types
when dealing with parsers.
Created: Tue Aug 8 12:32:18 2000
- Version:
- $Id: InvalidSequenceTypeParserException.java,v 1.2 2001/04/11 17:04:43 lord Exp $
- Author:
- Julian Selley
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidSequenceTypeParserException
public InvalidSequenceTypeParserException()
InvalidSequenceTypeParserException
public InvalidSequenceTypeParserException(String message)
InvalidSequenceTypeParserException
public InvalidSequenceTypeParserException(SequenceType st)
InvalidSequenceTypeParserException
public InvalidSequenceTypeParserException(String message,
SequenceType st)
getExpcetedSequenceType
public SequenceType getExpcetedSequenceType()
- Returns the expected sequence type.
- Returns: