org.encog.ml.prg.expvalue
public class DivisionByZeroError extends EARuntimeError
Constructor and Description |
---|
DivisionByZeroError() |
DivisionByZeroError(String msg)
Just a message.
|
DivisionByZeroError(String msg,
Throwable t)
Message with a throwable.
|
DivisionByZeroError(Throwable t)
Just a throwable.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
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.Copyright © 2014. All Rights Reserved.