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