gpsys
Class DivideByZeroException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--gpsys.GPException
                    |
                    +--gpsys.EvaluationException
                          |
                          +--gpsys.DivideByZeroException

public class DivideByZeroException
extends EvaluationException

An DivideByZeroException flags an attempt to divide by zero.

Version:
$Revision: 1.1 $, $Date: 2000/07/05 16:21:25 $
Author:
Adil Qureshi
Department of Computer Science,
University College London,
Gower St,
London WC1E 6BT,
UK.
See Also:
gpsys.GPDivideByZeroException, EvaluationException, Div, Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
DivideByZeroException()
          Create a DivideByZeroException with an empty message.
DivideByZeroException(java.lang.String message)
          Create a DivideByZeroException with the specified message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

DivideByZeroException

public DivideByZeroException()
Create a DivideByZeroException with an empty message.

DivideByZeroException

public DivideByZeroException(java.lang.String message)
Create a DivideByZeroException with the specified message.
Parameters:
message - a message describing the the exception.