artoflife pre0.1.0-dev

org.artoflife.gp
Class IncompatibleChromosomeException

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

public class IncompatibleChromosomeException
extends java.lang.Exception

Thrown when attempting crossover between Chromosomes that are incompatible.

Author:
Steve Meyfroidt
See Also:
Serialized Form

Constructor Summary
IncompatibleChromosomeException()
           
IncompatibleChromosomeException(java.lang.String message)
           
IncompatibleChromosomeException(java.lang.String message, java.lang.Throwable cause)
           
IncompatibleChromosomeException(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

IncompatibleChromosomeException

public IncompatibleChromosomeException()

IncompatibleChromosomeException

public IncompatibleChromosomeException(java.lang.String message)

IncompatibleChromosomeException

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

IncompatibleChromosomeException

public IncompatibleChromosomeException(java.lang.Throwable cause)

artoflife pre0.1.0-dev

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