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.
|
getArgument
createInternalError, createInternalError, getLocalizedMessage, getMessage, getMessage, getParts, getSpecifier
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-2021 CS GROUP. All rights reserved.