Class NotStrictlyPositiveException

All Implemented Interfaces:
Serializable, LocalizedException

@Deprecated public class NotStrictlyPositiveException extends NumberIsTooSmallException
Deprecated.
as of 1.0, this exception is replaced by MathIllegalArgumentException
Exception to be thrown when the argument is not greater than 0.
See Also:
  • Constructor Details

    • NotStrictlyPositiveException

      public NotStrictlyPositiveException(Number value)
      Deprecated.
      Construct the exception.
      Parameters:
      value - Argument.
    • NotStrictlyPositiveException

      public NotStrictlyPositiveException(Localizable specific, Number value)
      Deprecated.
      Construct the exception with a specific context.
      Parameters:
      specific - Specific context where the error occurred.
      value - Argument.