Package jebl.evolution.io
Class ImportException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jebl.evolution.io.ImportException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ImportException.BadFormatException
,ImportException.DuplicateFieldException
,ImportException.DuplicateTaxaException
,ImportException.MissingFieldException
,ImportException.ShortSequenceException
,ImportException.TooFewTaxaException
,ImportException.UnknownTaxonException
,ImportException.UnparsableDataException
,NexusImporter.MissingBlockException
- Version:
- $Id: ImportException.java 838 2007-11-09 04:07:00Z twobeers $
- Author:
- Andrew Rambaut, Alexei Drummond
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
static class
static class
static class
-
Constructor Summary
ConstructorsConstructorDescriptionImportException
(String message) ImportException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ImportException
public ImportException() -
ImportException
-
ImportException
-
-
Method Details
-
userMessage
-