Ancestors
Class AncestralException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by Exceptions.GeneralException
              extended by Ancestors.AncestralException
All Implemented Interfaces:
java.io.Serializable

public class AncestralException
extends GeneralException

Exception related to ancestral reconstruction

Version:
1.0
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class Exceptions.GeneralException
GeneralException.Debug
 
Constructor Summary
AncestralException(java.lang.String reason, java.lang.Throwable cause)
          Constructor
 
Method Summary
 
Methods inherited from class Exceptions.GeneralException
setDebug, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AncestralException

public AncestralException(java.lang.String reason,
                          java.lang.Throwable cause)
Constructor

Parameters:
reason - The reason for the exception
cause - Any underlying cause (null if none)