Moyosoft Products | Services | Download | Contact us    
JavaDocPlus
Products  >  JavaDocPlus  >  Online demo    


Latest release




Get a FREE license !
(Special offer, time limited)

Review JavaDocPlus on your blog and we'll give you a free license.

Open source projects licenced under LGPL, EPL, ASL, BSD or MIT can also obtain a free license.

Contact us to check if your project/blog is eligible.

Online demo
JavaDocPlus Demo  |  Show in full page mode
   
Overview  |  
Classic JavaDoc

Class ArithmeticException

java.lang.Objectjava.lang.Throwablejava.lang.Exceptionjava.lang.RuntimeExceptionjava.lang.ArithmeticException


public class ArithmeticException extends RuntimeException

Thrown when an exceptional arithmetic condition has occurred. For example, an integer "divide by zero" throws an instance of this class.

Author:
unascribed

Version:
1.22, 12/19/03

Since:
JDK1.0

Constructors

public
ArithmeticException ()
Constructs an ArithmeticException with no detail message.
public
ArithmeticException (String s)
Constructs an ArithmeticException with the specified detail message.

Inherited methods

Community comments



Powered by JavaDocPlus