org.apache.commons.math.exception
Class MathIllegalNumberException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.apache.commons.math.exception.MathIllegalArgumentException
org.apache.commons.math.exception.MathIllegalNumberException
- All Implemented Interfaces:
- java.io.Serializable, MathThrowable
- Direct Known Subclasses:
- DimensionMismatchException, NonMonotonousSequenceException, NumberIsTooLargeException, NumberIsTooSmallException, OutOfRangeException, ZeroException
public class MathIllegalNumberException
- extends MathIllegalArgumentException
Base class for exceptions raised by a wrong number.
This class is not intended to be instantiated directly: it should serve
as a base class to create all the exceptions that are raised because some
precondition is violated by a number argument.
- Since:
- 2.2
- Version:
- $Revision$ $Date$
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MathIllegalNumberException
protected MathIllegalNumberException(Localizable specific,
Localizable general,
java.lang.Number wrong,
java.lang.Object... arguments)
- Construct an exception.
- Parameters:
specific
- Localizable pattern.general
- Localizable pattern.wrong
- wrong numberarguments
- Arguments.
MathIllegalNumberException
protected MathIllegalNumberException(Localizable general,
java.lang.Number wrong,
java.lang.Object... arguments)
- Construct an exception.
- Parameters:
general
- Localizable pattern.wrong
- wrong numberarguments
- Arguments.
getArgument
public java.lang.Number getArgument()
- Returns:
- the requested value.
Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.