ArithmeticException.ArithmeticException
Class Overview | Class Members |
This Package |
All Packages
public ArithmeticException()
Description
Constructs an ArithmeticException with no detail
message.
public ArithmeticException( String s )
Parameters
- s
- the detail message.
Description
Constructs an ArithmeticException with the specified
detail message.