|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
jebl.evolution.io.ImportException
public class ImportException
Nested Class Summary | |
---|---|
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 Summary | |
---|---|
ImportException()
|
|
ImportException(java.lang.String message)
|
|
ImportException(java.lang.String message,
java.lang.Throwable cause)
|
Method Summary | |
---|---|
java.lang.String |
userMessage()
|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ImportException()
public ImportException(java.lang.String message)
public ImportException(java.lang.String message, java.lang.Throwable cause)
Method Detail |
---|
public java.lang.String userMessage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |