Class AmountException

    • Constructor Detail

      • AmountException

        public AmountException()
        Constructs a measure exception with no detail message.
      • AmountException

        public AmountException​(String message)
        Constructs a measure exception with the specified message.
        Parameters:
        message - the error message.