Package jebl.evolution.io
Class ImportException.ShortSequenceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jebl.evolution.io.ImportException
-
- jebl.evolution.io.ImportException.ShortSequenceException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- ImportException
public static class ImportException.ShortSequenceException extends ImportException
- 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 ShortSequenceException()
ShortSequenceException(java.lang.String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
userMessage()
-
-
-
Method Detail
-
userMessage
public java.lang.String userMessage()
- Overrides:
userMessage
in classImportException
-
-