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:
parent
7ec522753a
commit
add2d54457
|
@ -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 {
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Reference in New Issue