java.io.Serializable
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
Modifier and Type | Class | Description |
---|---|---|
static class |
ImportException.BadFormatException |
|
static class |
ImportException.DuplicateFieldException |
|
static class |
ImportException.DuplicateTaxaException |
|
static class |
ImportException.MissingFieldException |
|
static class |
ImportException.ShortSequenceException |
|
static class |
ImportException.TooFewTaxaException |
|
static class |
ImportException.UnknownTaxonException |
|
static class |
ImportException.UnparsableDataException |
Constructor | Description |
---|---|
ImportException() |
|
ImportException(java.lang.String message) |
|
ImportException(java.lang.String message,
java.lang.Throwable cause) |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
userMessage() |
http://code.google.com/p/jebl2/