Showing posts with label J2ME CLDC API - 45. Show all posts
Showing posts with label J2ME CLDC API - 45. Show all posts

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.