org.encog.neural.freeform
Class FreeformNetworkError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.encog.neural.freeform.FreeformNetworkError
-
- All Implemented Interfaces:
- java.io.Serializable
public class FreeformNetworkError extends java.lang.RuntimeExceptionFreeform neural network error.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description FreeformNetworkError(java.lang.String msg)Construct a message exception.FreeformNetworkError(java.lang.String msg, java.lang.Throwable t)Construct an exception that holds another exception.FreeformNetworkError(java.lang.Throwable t)Construct an exception that holds another exception.
-
-
-
Constructor Detail
-
FreeformNetworkError
public FreeformNetworkError(java.lang.String msg)
Construct a message exception.- Parameters:
msg- The exception message.
-
FreeformNetworkError
public FreeformNetworkError(java.lang.String msg, java.lang.Throwable t)Construct an exception that holds another exception.- Parameters:
msg- A message.t- The other exception.
-
FreeformNetworkError
public FreeformNetworkError(java.lang.Throwable t)
Construct an exception that holds another exception.- Parameters:
t- The other exception.
-
-
DMelt 3.0 © DataMelt by jWork.ORG