Class NumberUnderFlowException

  • All Implemented Interfaces:
    Serializable

    public final class NumberUnderFlowException
    extends NumberBeyondCapacityException

    The NumberUnderFlowException 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

      • NumberUnderFlowException

        public NumberUnderFlowException​(String message)