org.encog.ml.ea.exception
Class EARuntimeError

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DivisionByZeroError

public class EARuntimeError
extends EAError

An error has occurred while running a phenotype (or genome).

See Also:
Serialized Form

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

EARuntimeError

public EARuntimeError(String msg)
Construct an error.

Parameters:
msg - The message.

EARuntimeError

public EARuntimeError(String msg,
                      Throwable t)
Construct an error.

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

EARuntimeError

public EARuntimeError(Throwable t)
Construct an error.

Parameters:
t - The error


Copyright © 2014. All Rights Reserved.