git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141387 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2004-07-17 19:55:32 +00:00
parent c267aedbf0
commit c1e905742a
1 changed files with 2 additions and 2 deletions

View File

@ -21,13 +21,13 @@ import java.io.PrintWriter;
/** /**
* Base exception class for commons-math. * Base class for commons-math checked exceptions.
* <p> * <p>
* Supports nesting, emulating JDK 1.4 behavior if necessary. * Supports nesting, emulating JDK 1.4 behavior if necessary.
* <p> * <p>
* Adapted from {@link org.apache.commons.collections.FunctorException}. * Adapted from {@link org.apache.commons.collections.FunctorException}.
* *
* @version $Revision: 1.18 $ $Date: 2004/07/10 22:21:36 $ * @version $Revision: 1.19 $ $Date: 2004/07/17 19:55:32 $
*/ */
public class MathException extends Exception { public class MathException extends Exception {