waba.lang
Class ArithmeticException

java.lang.Object
  |
  +--waba.lang.Throwable
        |
        +--waba.lang.Exception
              |
              +--waba.lang.RuntimeException
                    |
                    +--waba.lang.ArithmeticException

public class ArithmeticException
extends RuntimeException

Thrown when an arithmetic problem occurs (maybe a division by zero).


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

Constructor Detail

ArithmeticException

public ArithmeticException()

ArithmeticException

public ArithmeticException(String msg)