org.encog.ml.data.buffer
Class BufferedDataError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.encog.EncogError
-
- org.encog.ml.data.buffer.BufferedDataError
-
- All Implemented Interfaces:
- java.io.Serializable
public class BufferedDataError extends EncogError
An error occurs working with the Encog binary training format.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description BufferedDataError(java.lang.String msg)Construct a message exception.BufferedDataError(java.lang.String msg, java.lang.Throwable t)Construct an exception that holds another exception.BufferedDataError(java.lang.Throwable t)Construct an exception that holds another exception.
-
-
-
Constructor Detail
-
BufferedDataError
public BufferedDataError(java.lang.String msg)
Construct a message exception.- Parameters:
msg- The exception message.
-
BufferedDataError
public BufferedDataError(java.lang.Throwable t)
Construct an exception that holds another exception.- Parameters:
t- The other exception.
-
BufferedDataError
public BufferedDataError(java.lang.String msg, java.lang.Throwable t)Construct an exception that holds another exception.- Parameters:
msg- A message.t- The other exception.
-
-
DMelt 3.0 © DataMelt by jWork.ORG