Monday 11 March 2013

Constructors ArithmeticException()


Constructors
ArithmeticException()

Declaration:
public ArithmeticException()

Description:
Constructs an ArithmeticException with no detail message.
ArithmeticException(String)
Declaration:
public ArithmeticException(java.lang.String s)
Description:
Constructs an ArithmeticException with the specified detail message.
Parameters:
s - the detail message.


No comments:

Post a Comment