All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class gpsys.GPException

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

public class GPException
extends Exception
The super class of all GP Exception classes.

Version:
1.1, 30th June '97
Author:
Adil Qureshi
Department of Computer Science,
University College London,
Gower St,
London WC1E 6BT,
UK.

Constructor Index

 o GPException()
Construct a GPException without a message.
 o GPException(String)
Construct a GPException with the specified message.

Constructors

 o GPException
 public GPException()
Construct a GPException without a message.

 o GPException
 public GPException(String message)
Construct a GPException with the specified message.


All Packages  Class Hierarchy  This Package  Previous  Next  Index