org.encog.util.normalize
Class NormalizationError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.encog.EncogError
-
- org.encog.util.normalize.NormalizationError
-
- All Implemented Interfaces:
- java.io.Serializable
public class NormalizationError extends EncogError
Used for normalization errors.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description NormalizationError(java.lang.String msg)Construct a message exception.NormalizationError(java.lang.Throwable t)Construct an exception that holds another exception.
-
-
-
Constructor Detail
-
NormalizationError
public NormalizationError(java.lang.String msg)
Construct a message exception.- Parameters:
msg- The exception message.
-
NormalizationError
public NormalizationError(java.lang.Throwable t)
Construct an exception that holds another exception.- Parameters:
t- The other exception.
-
-
DMelt 3.0 © DataMelt by jWork.ORG