org.apache.commons.math3.exception
public class NotPositiveException extends NumberIsTooSmallException
INTEGER_ZERO| Constructor and Description |
|---|
NotPositiveException(Localizable specific,
Number value)
Construct the exception with a specific context.
|
NotPositiveException(Number value)
Construct the exception.
|
getBoundIsAllowed, getMingetArgumentgetContext, getLocalizedMessage, getMessagefillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NotPositiveException(Number value)
value - Argument.public NotPositiveException(Localizable specific, Number value)
specific - Specific context where the error occurred.value - Argument.Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.