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.

See Also:
Serialized Form

Constructor Summary
CoalescentException()
          Parameterless constructor.
CoalescentException(java.lang.String s)
          Constructor taking message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, 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.