Class NumberOverFlowException

  • All Implemented Interfaces:
    Serializable

    public final class NumberOverFlowException
    extends NumberBeyondCapacityException

    The NumberOverFlowException class is a final class that extends the NumberBeyondCapacityException class, of which extends the RuntimeException class. This class is an uncheck exception class.

    Since:
    1.0.0.f
    See Also:
    Serialized Form
    • Constructor Detail

      • NumberOverFlowException

        public NumberOverFlowException​(String message)