Package jebl.evolution.distances
Class CannotBuildDistanceMatrixException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- 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
Constructors Constructor Description CannotBuildDistanceMatrixException(java.lang.String msg)
CannotBuildDistanceMatrixException(java.lang.String matrix, java.lang.String taxon1, java.lang.String taxon2)
-