Class AmountException

  • All Implemented Interfaces:
    java.io.Serializable

    public class AmountException
    extends java.lang.RuntimeException
    Signals that an illegal measure operation has been performed.
    Version:
    3.0, March 2, 2006
    Author:
    Jean-Marie Dautelle
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      AmountException()
      Constructs a measure exception with no detail message.
      AmountException​(java.lang.String message)
      Constructs a measure exception with the specified message.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AmountException

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

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