org.encog.ml.prg.expvalue
Class DivisionByZeroError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.encog.EncogError
                  extended by org.encog.ml.ea.exception.EAError
                      extended by org.encog.ml.ea.exception.EARuntimeError
                          extended by org.encog.ml.prg.expvalue.DivisionByZeroError
All Implemented Interfaces:
Serializable

public class DivisionByZeroError
extends EARuntimeError

A division by zero.

See Also:
Serialized Form

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

DivisionByZeroError

public DivisionByZeroError()

DivisionByZeroError

public DivisionByZeroError(String msg)
Just a message.

Parameters:
msg - The message.

DivisionByZeroError

public DivisionByZeroError(String msg,
                           Throwable t)
Message with a throwable.

Parameters:
msg - The message.
t - The throwable.

DivisionByZeroError

public DivisionByZeroError(Throwable t)
Just a throwable.

Parameters:
t - The throwable.


Copyright © 2014. All Rights Reserved.