Class AmountException

All Implemented Interfaces:
Serializable

public class AmountException extends RuntimeException
Signals that an illegal measure operation has been performed.
See Also:
  • Constructor Details

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