org.encog.ml.genetic
public class GeneticError extends EncogError
Constructor and Description |
---|
GeneticError(String msg)
Construct a message exception.
|
GeneticError(String msg,
Throwable t)
Construct an exception that holds another exception.
|
GeneticError(Throwable t)
Construct an exception that holds another exception.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public GeneticError(String msg)
msg
- The exception message.public GeneticError(String msg, Throwable t)
msg
- A message.t
- The other exception.public GeneticError(Throwable t)
t
- The other exception.Copyright © 2014. All Rights Reserved.