Class NotPositiveException

    • Constructor Detail

      • NotPositiveException

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

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