jebl.evolution.io
Class ImportException.MissingFieldException

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.MissingFieldException
All Implemented Interfaces:
Serializable
Enclosing class:
ImportException

public static class ImportException.MissingFieldException
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.MissingFieldException()
           
ImportException.MissingFieldException(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.MissingFieldException

public ImportException.MissingFieldException()

ImportException.MissingFieldException

public ImportException.MissingFieldException(String message)
Method Detail

userMessage

public String userMessage()
Overrides:
userMessage in class ImportException