Serializable
, LocalizedException
MathIllegalArgumentException
@Deprecated public class NotStrictlyPositiveException extends NumberIsTooSmallException
INTEGER_ZERO
Constructor | Description |
---|---|
NotStrictlyPositiveException(Number value) |
Deprecated.
Construct the exception.
|
NotStrictlyPositiveException(Localizable specific,
Number value) |
Deprecated.
Construct the exception with a specific context.
|
getArgument
createInternalError, createInternalError, getLocalizedMessage, getMessage, getMessage, getParts, getSpecifier
getBoundIsAllowed, getMin
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NotStrictlyPositiveException(Number value)
value
- Argument.public NotStrictlyPositiveException(Localizable specific, Number value)
specific
- Specific context where the error occurred.value
- Argument.Copyright © 2016–2018 Hipparchus.org. All rights reserved.