|
||||||||||
| 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
org.encog.ml.prg.expvalue.DivisionByZeroError
public class DivisionByZeroError
A division by zero.
| Constructor Summary | |
|---|---|
DivisionByZeroError()
|
|
DivisionByZeroError(String msg)
Just a message. |
|
DivisionByZeroError(String msg,
Throwable t)
Message with a throwable. |
|
DivisionByZeroError(Throwable t)
Just a throwable. |
|
| 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 DivisionByZeroError()
public DivisionByZeroError(String msg)
msg - The message.
public DivisionByZeroError(String msg,
Throwable t)
msg - The message.t - The throwable.public DivisionByZeroError(Throwable t)
t - The throwable.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||