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


Constructor Summary
ArithmeticException()
           
ArithmeticException(String message)
           
ArithmeticException(String message, Throwable cause)
           
ArithmeticException(Throwable cause)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, initCause, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode
 

Constructor Detail

ArithmeticException

public ArithmeticException(String message)

ArithmeticException

public ArithmeticException()

ArithmeticException

public ArithmeticException(Throwable cause)

ArithmeticException

public ArithmeticException(String message,
                           Throwable cause)