Package pal.coalescent
Class CoalescentException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- pal.coalescent.CoalescentException
-
- All Implemented Interfaces:
java.io.Serializable
public class CoalescentException extends java.lang.Exception
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CoalescentException()
Parameterless constructor.CoalescentException(java.lang.String s)
Constructor taking message.
-