Class MathException.OverflowException

    • Constructor Detail

      • OverflowException

        public OverflowException()
      • OverflowException

        public OverflowException(String message,
                                 Throwable cause,
                                 boolean enableSuppression,
                                 boolean writableStackTrace)
      • OverflowException

        public OverflowException(String message,
                                 Throwable cause)
      • OverflowException

        public OverflowException(String message)
      • OverflowException

        public OverflowException(Throwable cause)