extends MathException....

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141042 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark R. Diggory 2003-11-20 04:26:38 +00:00
parent 4683ebbf93
commit 8406e7ae61
1 changed files with 3 additions and 1 deletions

View File

@ -53,13 +53,15 @@
*/
package org.apache.commons.math.function;
import org.apache.commons.math.MathException;
/**
* @author Administrator
*
* To change the template for this generated type comment go to
* Window>Preferences>Java>Code Generation>Code and Comments
*/
public class EvaluationException extends Exception {
public class EvaluationException extends MathException {
/**
*