Class 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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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.