Serializable
, LocalizedException
MathIllegalArgumentException
@Deprecated public class NotFiniteNumberException extends MathIllegalNumberException
INTEGER_ZERO
Constructor | Description |
---|---|
NotFiniteNumberException(Number wrong,
Object... args) |
Deprecated.
Construct the exception.
|
NotFiniteNumberException(Localizable specific,
Number wrong,
Object... args) |
Deprecated.
Construct the exception with a specific context.
|
getArgument
createInternalError, createInternalError, getLocalizedMessage, getMessage, getMessage, getParts, getSpecifier
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NotFiniteNumberException(Number wrong, Object... args)
wrong
- Value that is infinite or NaN.args
- Optional arguments.public NotFiniteNumberException(Localizable specific, Number wrong, Object... args)
specific
- Specific context pattern.wrong
- Value that is infinite or NaN.args
- Optional arguments.Copyright © 2016–2018 Hipparchus.org. All rights reserved.