Package pal.coalescent
Class CoalescentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
pal.coalescent.CoalescentException
- All Implemented Interfaces:
Serializable
Exceptions to do with coalescent models et cetera.
- Version:
- $Id: CoalescentException.java,v 1.2 2001/07/12 12:17:43 korbinian Exp $
- Author:
- Alexei Drummond
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionParameterless constructor.Constructor taking message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CoalescentException
public CoalescentException()Parameterless constructor. -
CoalescentException
Constructor taking message.
-