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