Monday 11 March 2013

ava.lang ArithmeticException


java.lang
ArithmeticException

Declaration
public class ArithmeticException extends RuntimeException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--java.lang.ArithmeticException
Description
Thrown when an exceptional arithmetic condition has occurred. For example, an integer “divide by zero”
throws an instance of this class.


Constructors
ArithmeticException()
ArithmeticException(String s)


Methods inherited from class Object
equals(Object), getClass(), hashCode(), notify(), notifyAll(), wait(), wait(), wait()
Methods inherited from class Throwable
getMessage(), printStackTrace(), toString()




No comments:

Post a Comment