public class invalidFitness
extends java.lang.Exception
This exception is to report an invalid fitness function.
| Constructor and Description |
|---|
invalidFitness()
Creates an new invalidFitness object calling the super() method();
|
invalidFitness(java.lang.String s)
Creates an new invalidFitness object calling the super(s) method() with the report string s.
|
public invalidFitness()
Creates an new invalidFitness object calling the super() method();
public invalidFitness(java.lang.String s)
Creates an new invalidFitness object calling the super(s) method() with the report string s.
s - the report String.