All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class gpsys.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:
1.1, 30th June '97
Author:
Adil Qureshi
Department of Computer Science,
University College London,
Gower St,
London WC1E 6BT,
UK.
See Also:
GPDivideByZeroException, EvaluationException, Div

Constructor Index

 o DivideByZeroException()
Create a DivideByZeroException with an empty message.
 o DivideByZeroException(String)
Create a DivideByZeroException with the specified message.

Constructors

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

 o DivideByZeroException
 public DivideByZeroException(String message)
Create a DivideByZeroException with the specified message.

Parameters:
message - a message describing the the exception.

All Packages  Class Hierarchy  This Package  Previous  Next  Index