public class GeneticError extends EncogError
| Constructor and Description |
|---|
GeneticError(java.lang.String msg)
Construct a message exception.
|
GeneticError(java.lang.String msg,
java.lang.Throwable t)
Construct an exception that holds another exception.
|
GeneticError(java.lang.Throwable t)
Construct an exception that holds another exception.
|
public GeneticError(java.lang.String msg)
msg - The exception message.public GeneticError(java.lang.String msg,
java.lang.Throwable t)
msg - A message.t - The other exception.public GeneticError(java.lang.Throwable t)
t - The other exception.