org.biojava.bio.program.homologene
Class DuplicateTaxonException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.biojava.bio.BioException
              extended byorg.biojava.bio.program.homologene.DuplicateTaxonException
All Implemented Interfaces:
Serializable

public class DuplicateTaxonException
extends BioException

See Also:
Serialized Form

Constructor Summary
DuplicateTaxonException()
           
DuplicateTaxonException(String message)
           
DuplicateTaxonException(Throwable t)
           
DuplicateTaxonException(Throwable t, String message)
           
 
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

DuplicateTaxonException

public DuplicateTaxonException()

DuplicateTaxonException

public DuplicateTaxonException(String message)

DuplicateTaxonException

public DuplicateTaxonException(Throwable t)

DuplicateTaxonException

public DuplicateTaxonException(Throwable t,
                               String message)