ArithmeticException.ArithmeticException

ArithmeticException.ArithmeticException

Class Overview | Class Members | This Package | All Packages

Syntax 1
public ArithmeticException()
Description
Constructs an ArithmeticException with no detail message.



Syntax 2
public ArithmeticException( String s )
Parameters
s
the detail message.
Description
Constructs an ArithmeticException with the specified detail message.