org.encog.ml.ea.exception
Class EAError

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

public class EAError
extends EncogError

A general evolutionary algorithm error.

See Also:
Serialized Form

Constructor Summary
EAError(String msg)
          Construct the exception.
EAError(String msg, Throwable t)
          Construct the exception.
EAError(Throwable t)
          Construct the exception.
 
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

EAError

public EAError(String msg)
Construct the exception.

Parameters:
msg - The message.

EAError

public EAError(String msg,
               Throwable t)
Construct the exception.

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

EAError

public EAError(Throwable t)
Construct the exception.

Parameters:
t - A throwable error.


Copyright © 2014. All Rights Reserved.