Added deprecation tag.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1178040 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gilles Sadowski 2011-10-01 16:23:48 +00:00
parent 7ec522753a
commit add2d54457
2 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,7 @@ import org.apache.commons.math.exception.util.LocalizedFormats;
* Adapted from <a href="http://commons.apache.org/collections/api-release/org/apache/commons/collections/FunctorException.html"/>.</p>
*
* @version $Id$
* @deprecated To be removed before 3.0. Please do not use in any new code.
*/
public class MathException extends Exception {

View File

@ -35,6 +35,7 @@ import org.apache.commons.math.exception.util.LocalizedFormats;
*
* @version $Id$
* @since 2.0
* @deprecated To be removed before 3.0. Please do not use in any new code.
*/
public class MathRuntimeException extends RuntimeException {