Package java.lang
Class ArithmeticException

Public Constructor ArithmeticException

ArithmeticException()

ArithmeticException(String s)

_INSERT_METHOD_SIGNATURE_HERE_

Description:

constructor ArithmeticException():

Constructs an ArithmeticException with no detail message.

constructor ArithmeticException(String s):

Constructs an ArithmeticException with the specified detail message.