RoboJDETM v1.5

java.lang
Class ArithmeticException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjava.lang.ArithmeticException

public class ArithmeticException
extends RuntimeException

Exception thrown when an arithmetic error occurs. The virtual machine throws this exeception when the divisor to a division or modulus operation is zero.


Constructor Summary
ArithmeticException()
           
ArithmeticException(String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getMessage, printStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait
 

Constructor Detail

ArithmeticException

public ArithmeticException()

ArithmeticException

public ArithmeticException(String message)

RoboJDETM v1.5

Copyright (c) 2003-2006 RidgeSoft, LLC. All rights reserved.
www.ridgesoft.com