Author: erans
Date: Fri Jan 21 10:21:23 2011
New Revision: 1061720
URL: http://svn.apache.org/viewvc?rev=1061720&view=rev
Log:
MATH-488
Deprecation.
Modified:
commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/MathException.java
Modified:
commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/MathException.java
URL:
http://svn.apache.org/viewvc/commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/MathException.java?rev=1061720&r1=1061719&r2=1061720&view=diff
==============================================================================
---
commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/MathException.java
(original)
+++
commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/MathException.java
Fri Jan 21 10:21:23 2011
@@ -28,14 +28,16 @@ import org.apache.commons.math.exception
/**
-* Base class for commons-math checked exceptions.
-* <p>
-* Supports nesting, emulating JDK 1.4 behavior if necessary.</p>
-* <p>
-* Adapted from <a
href="http://commons.apache.org/collections/api-release/org/apache/commons/collections/FunctorException.html"/>.</p>
-*
-* @version $Revision$ $Date$
-*/
+ * Base class for commons-math checked exceptions.
+ * <p>
+ * Supports nesting, emulating JDK 1.4 behavior if necessary.</p>
+ * <p>
+ * Adapted from <a
href="http://commons.apache.org/collections/api-release/org/apache/commons/collections/FunctorException.html"/>.</p>
+ *
+ * @version $Revision$ $Date$
+ * @deprecated in 2.2. Occurrences will be replaced in 3.0 by more specific
+ * (and unchecked) exceptions.
+ */
public class MathException extends Exception implements MathThrowable {
/** Serializable version identifier. */