gpsys
Class TypeException

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

public class TypeException
extends GPException

A TypeException is generated when a Gene tree is being generated, and no Function or Terminal of the required type at the given depth can be found.

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:
GPException, GeneFunctionGrow, GeneFunctionFull, GeneTerminal, Chromosome, Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
TypeException()
          Create an TypeException with an empty message.
TypeException(java.lang.String message)
          Create an TypeException 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

TypeException

public TypeException()
Create an TypeException with an empty message.

TypeException

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