pal.coalescent
Class CoalescentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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
CoalescentException()
          Parameterless constructor.
CoalescentException(java.lang.String s)
          Constructor taking message.
 
Method Summary
 
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

CoalescentException

public CoalescentException()
Parameterless constructor.


CoalescentException

public CoalescentException(java.lang.String s)
Constructor taking message.