jebl.evolution.io
Class ImportException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

public class ImportException
extends Exception

Author:
Andrew Rambaut, Alexei Drummond
See Also:
Serialized Form

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(String message)
           
 
Method Summary
 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ImportException

public ImportException()

ImportException

public ImportException(String message)
Method Detail

userMessage

public String userMessage()