Package jebl.evolution.io
Class ImportException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jebl.evolution.io.ImportException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
ImportException.BadFormatException,ImportException.DuplicateFieldException,ImportException.DuplicateTaxaException,ImportException.MissingFieldException,ImportException.ShortSequenceException,ImportException.TooFewTaxaException,ImportException.UnknownTaxonException,ImportException.UnparsableDataException,NexusImporter.MissingBlockException
public class ImportException extends java.lang.Exception- Version:
- $Id: ImportException.java 838 2007-11-09 04:07:00Z twobeers $
- Author:
- Andrew Rambaut, Alexei Drummond
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classImportException.BadFormatExceptionstatic classImportException.DuplicateFieldExceptionstatic classImportException.DuplicateTaxaExceptionstatic classImportException.MissingFieldExceptionstatic classImportException.ShortSequenceExceptionstatic classImportException.TooFewTaxaExceptionstatic classImportException.UnknownTaxonExceptionstatic classImportException.UnparsableDataException
-
Constructor Summary
Constructors Constructor Description ImportException()ImportException(java.lang.String message)ImportException(java.lang.String message, java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringuserMessage()
-