jebl.evolution.io
Class NexusImporter.MissingBlockException

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

public static class NexusImporter.MissingBlockException
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
NexusImporter.MissingBlockException()
           
NexusImporter.MissingBlockException(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

NexusImporter.MissingBlockException

public NexusImporter.MissingBlockException()

NexusImporter.MissingBlockException

public NexusImporter.MissingBlockException(String message)