Class NotStrictlyPositiveException

    • Field Detail

      • serialVersionUID

        private static final long serialVersionUID
        Serializable version Id.
        See Also:
        Constant Field Values
    • Constructor Detail

      • NotStrictlyPositiveException

        public NotStrictlyPositiveException​(java.lang.Number value)
        Construct the exception.
        Parameters:
        value - Argument.
      • NotStrictlyPositiveException

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