XLangSource
Class DivisionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--XLangSource.DivisionException

public class DivisionException
extends Exception

This is an exception that will be thrown in case if there is a division by zero

Author:
eSundar
Version: XLang1.0

Constructor Summary
DivisionException()
           
DivisionException(String msg)
           

Methods inherited from class java.lang.Throwable
getMessage, getLocalizedMessage, toString, printStackTrace, printStackTrace, printStackTrace, fillInStackTrace

Methods inherited from class java.lang.Object
getClass, hashCode, equals, notify, notifyAll, wait, wait, wait

Constructor Detail

DivisionException

public DivisionException()

DivisionException

public DivisionException(String msg)


Hosted by www.Geocities.ws

1