Package jebl.evolution.io
Class NexusImporter.MissingBlockException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jebl.evolution.io.ImportException
-
- jebl.evolution.io.NexusImporter.MissingBlockException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- NexusImporter
public static class NexusImporter.MissingBlockException extends ImportException
Thrown when a block is missing that is required for importing a particular type of data from the nexus input.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class jebl.evolution.io.ImportException
ImportException.BadFormatException, ImportException.DuplicateFieldException, ImportException.DuplicateTaxaException, ImportException.MissingFieldException, ImportException.ShortSequenceException, ImportException.TooFewTaxaException, ImportException.UnknownTaxonException, ImportException.UnparsableDataException
-
-
Constructor Summary
Constructors Constructor Description MissingBlockException()
MissingBlockException(java.lang.String message)
-
Method Summary
-
Methods inherited from class jebl.evolution.io.ImportException
userMessage
-
-