MathIllegalArgumentException@Deprecated public class NotFiniteNumberException extends MathIllegalNumberException
INTEGER_ZERO| Constructor and Description | 
|---|
| NotFiniteNumberException(Localizable specific,
                        Number wrong,
                        Object... args)Deprecated.  Construct the exception with a specific context. | 
| NotFiniteNumberException(Number wrong,
                        Object... args)Deprecated.  Construct the exception. | 
getArgumentcreateInternalError, createInternalError, getLocalizedMessage, getMessage, getMessage, getParts, getSpecifieraddSuppressed, 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–2020 Hipparchus.org. All rights reserved.