Class DecimalOverflowException

All Implemented Interfaces:
Serializable

public final class DecimalOverflowException extends ArithmeticException
Exception thrown to indicate a coefficient or exponent overflow or underflow.
Author:
Mark Rotteveel
See Also:
  • Constructor Details

    • DecimalOverflowException

      public DecimalOverflowException(String message)