public class NotFiniteNumberException extends MathIllegalNumberException
INTEGER_ZERO
Constructor and Description |
---|
NotFiniteNumberException(Localizable specific,
Number wrong,
Object... args)
Construct the exception with a specific context.
|
NotFiniteNumberException(Number wrong,
Object... args)
Construct the exception.
|
getArgument
getContext, getLocalizedMessage, getMessage
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 © 2003–2016 The Apache Software Foundation. All rights reserved.