You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by md...@apache.org on 2003/11/20 05:26:38 UTC

cvs commit: jakarta-commons/math/src/experimental/org/apache/commons/math/function EvaluationException.java

mdiggory    2003/11/19 20:26:38

  Modified:    math/src/experimental/org/apache/commons/math/function
                        EvaluationException.java
  Log:
  extends MathException....
  
  Revision  Changes    Path
  1.2       +3 -1      jakarta-commons/math/src/experimental/org/apache/commons/math/function/EvaluationException.java
  
  Index: EvaluationException.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/math/src/experimental/org/apache/commons/math/function/EvaluationException.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- EvaluationException.java	20 Nov 2003 04:22:17 -0000	1.1
  +++ EvaluationException.java	20 Nov 2003 04:26:38 -0000	1.2
  @@ -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 {
   
       /**
        * 
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org