Serializable, LocalizedExceptionMathIllegalArgumentException@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.
|
getArgumentcreateInternalError, createInternalError, getLocalizedMessage, getMessage, getMessage, getParts, getSpecifierclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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.