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