jebl.evolution.distances
Class CannotBuildDistanceMatrixException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalArgumentException
                  extended by jebl.evolution.distances.CannotBuildDistanceMatrixException
All Implemented Interfaces:
java.io.Serializable

public class CannotBuildDistanceMatrixException
extends java.lang.IllegalArgumentException

Version:
$Id$
Author:
Matthew Cheung
See Also:
Serialized Form

Constructor Summary
CannotBuildDistanceMatrixException(java.lang.String msg)
           
CannotBuildDistanceMatrixException(java.lang.String matrix, java.lang.String taxon1, java.lang.String taxon2)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CannotBuildDistanceMatrixException

public CannotBuildDistanceMatrixException(java.lang.String matrix,
                                          java.lang.String taxon1,
                                          java.lang.String taxon2)

CannotBuildDistanceMatrixException

public CannotBuildDistanceMatrixException(java.lang.String msg)


http://code.google.com/p/jebl2/