org.apache.commons.math3.exception
Class NotPositiveException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.apache.commons.math3.exception.MathIllegalArgumentException
org.apache.commons.math3.exception.MathIllegalNumberException
org.apache.commons.math3.exception.NumberIsTooSmallException
org.apache.commons.math3.exception.NotPositiveException
- All Implemented Interfaces:
- Serializable, ExceptionContextProvider
public class NotPositiveException
- extends NumberIsTooSmallException
Exception to be thrown when the argument is negative.
- Since:
- 2.2
- Version:
- $Id: NotPositiveException.java 1364378 2012-07-22 17:42:38Z tn $
- See Also:
- Serialized Form
NotPositiveException
public NotPositiveException(Number value)
- Construct the exception.
- Parameters:
value
- Argument.
NotPositiveException
public NotPositiveException(Localizable specific,
Number value)
- Construct the exception with a specific context.
- Parameters:
specific
- Specific context where the error occurred.value
- Argument.
Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.