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.
- Author:
- Adil Qureshi
Department of Computer Science,
University College London,
Gower St,
London WC1E 6BT,
UK.
-
GPException()
- Construct a GPException without a message.
-
GPException(String)
- Construct a GPException with the specified message.
GPException
public GPException()
- Construct a GPException without a message.
GPException
public GPException(String message)
- Construct a GPException with the specified message.
All Packages Class Hierarchy This Package Previous Next Index