org.artoflife.gp
Class IncompatibleGenotypeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.artoflife.gp.IncompatibleGenotypeException
All Implemented Interfaces:
java.io.Serializable

public class IncompatibleGenotypeException
extends java.lang.Exception

Thrown when trying to breed incompatible individuals, or add an incompatible individual to a population.

Author:
Steve Meyfroidt
See Also:
Serialized Form

Constructor Summary
IncompatibleGenotypeException()
           
IncompatibleGenotypeException(java.lang.String message)
           
IncompatibleGenotypeException(java.lang.String message, java.lang.Throwable cause)
           
IncompatibleGenotypeException(java.lang.Throwable cause)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IncompatibleGenotypeException

public IncompatibleGenotypeException()

IncompatibleGenotypeException

public IncompatibleGenotypeException(java.lang.String message)

IncompatibleGenotypeException

public IncompatibleGenotypeException(java.lang.String message,
                                     java.lang.Throwable cause)

IncompatibleGenotypeException

public IncompatibleGenotypeException(java.lang.Throwable cause)

artoflife pre0.1.0-dev

Copyright © 2002 the Art Of Life team. All Rights Reserved.