|
||||||||||
| 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.ea.exception.EAError
org.encog.ml.ea.exception.EARuntimeError
public class EARuntimeError
An error has occurred while running a phenotype (or genome).
| Constructor Summary | |
|---|---|
EARuntimeError(String msg)
Construct an error. |
|
EARuntimeError(String msg,
Throwable t)
Construct an error. |
|
EARuntimeError(Throwable t)
Construct an error. |
|
| 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 EARuntimeError(String msg)
msg - The message.
public EARuntimeError(String msg,
Throwable t)
msg - The message.t - The error.public EARuntimeError(Throwable t)
t - The error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||