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:
parent
4683ebbf93
commit
8406e7ae61
|
@ -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 {
|
||||
|
||||
/**
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue