All Packages Class Hierarchy This Package Previous Next Index
Class gpsys.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.
- Author:
- Adil Qureshi
Department of Computer Science,
University College London,
Gower St,
London WC1E 6BT,
UK.
- See Also:
- GPException, GeneFunctionGrow, GeneFunctionFull, GeneTerminal, Chromosome
-
TypeException()
- Create an TypeException with an empty message.
-
TypeException(String)
- Create an TypeException with the specified message.
TypeException
public TypeException()
- Create an TypeException with an empty message.
TypeException
public TypeException(String message)
- Create an TypeException with the specified message.
- Parameters:
- message - a message describing the the exception.
All Packages Class Hierarchy This Package Previous Next Index