gpsys
Class GPException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--gpsys.GPException
Direct Known Subclasses:
EvaluationException, TypeException

public class GPException
extends java.lang.Exception

The super class of all GP Exception classes.

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:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
GPException()
          Construct a GPException without a message.
GPException(java.lang.String message)
          Construct a GPException 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

GPException

public GPException()
Construct a GPException without a message.

GPException

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