Class DuplicateTaxonException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.biojava.bio.BioException
-
- org.biojava.bio.program.homologene.DuplicateTaxonException
-
- All Implemented Interfaces:
Serializable
public class DuplicateTaxonException extends BioException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DuplicateTaxonException()
DuplicateTaxonException(String message)
DuplicateTaxonException(Throwable t)
DuplicateTaxonException(Throwable t, String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
DuplicateTaxonException
public DuplicateTaxonException()
-
DuplicateTaxonException
public DuplicateTaxonException(String message)
-
DuplicateTaxonException
public DuplicateTaxonException(Throwable t)
-
DuplicateTaxonException
public DuplicateTaxonException(Throwable t, String message)
-
-