org.encog.ml.prg.expvalue
Class DivisionByZeroError
- java.lang.Object
-
- java.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
-
- All Implemented Interfaces:
- java.io.Serializable
public class DivisionByZeroError extends EARuntimeError
A division by zero.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description DivisionByZeroError()DivisionByZeroError(java.lang.String msg)Just a message.DivisionByZeroError(java.lang.String msg, java.lang.Throwable t)Message with a throwable.DivisionByZeroError(java.lang.Throwable t)Just a throwable.
-
-
-
Constructor Detail
-
DivisionByZeroError
public DivisionByZeroError()
-
DivisionByZeroError
public DivisionByZeroError(java.lang.String msg)
Just a message.- Parameters:
msg- The message.
-
DivisionByZeroError
public DivisionByZeroError(java.lang.String msg, java.lang.Throwable t)Message with a throwable.- Parameters:
msg- The message.t- The throwable.
-
DivisionByZeroError
public DivisionByZeroError(java.lang.Throwable t)
Just a throwable.- Parameters:
t- The throwable.
-
-
DMelt 3.0 © DataMelt by jWork.ORG