jebl.evolution.io
Class ImportException.BadFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jebl.evolution.io.ImportException
              extended by jebl.evolution.io.ImportException.BadFormatException
All Implemented Interfaces:
Serializable
Enclosing class:
ImportException

public static class ImportException.BadFormatException
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
ImportException.BadFormatException()
           
ImportException.BadFormatException(String message)
           
 
Method Summary
 
Methods inherited from class jebl.evolution.io.ImportException
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.BadFormatException

public ImportException.BadFormatException()

ImportException.BadFormatException

public ImportException.BadFormatException(String message)