public final class OverflowException
extends java.lang.ArithmeticException
Constructor and Description |
---|
OverflowException()
Initializes a new instance of the
OverflowException class. |
OverflowException(java.lang.String message)
Initializes a new instance of the
OverflowException class with a specified error message. |
OverflowException(java.lang.String message,
java.lang.Throwable cause)
Initializes a new instance of this class.
|
public OverflowException()
OverflowException
class.public OverflowException(java.lang.String message)
OverflowException
class with a specified error message.message
- The message that describes the error.public OverflowException(java.lang.String message, java.lang.Throwable cause)