|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.encog.EncogError
org.encog.ml.data.buffer.BufferedDataError
public class BufferedDataError
An error occurs working with the Encog binary training format.
| Constructor Summary | |
|---|---|
BufferedDataError(String msg)
Construct a message exception. |
|
BufferedDataError(String msg,
Throwable t)
Construct an exception that holds another exception. |
|
BufferedDataError(Throwable t)
Construct an exception that holds another exception. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BufferedDataError(String msg)
msg - The exception message.public BufferedDataError(Throwable t)
t - The other exception.
public BufferedDataError(String msg,
Throwable t)
msg - A message.t - The other exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||