Class NotStrictlyPositiveException

    • Constructor Detail

      • 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.