public class BufferedDataError extends EncogError
| 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.
|
public BufferedDataError(java.lang.String msg)
msg - The exception message.public BufferedDataError(java.lang.Throwable t)
t - The other exception.public BufferedDataError(java.lang.String msg,
java.lang.Throwable t)
msg - A message.t - The other exception.