org.encog.ml.ea.exception
Class EACompileError

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.EACompileError
All Implemented Interfaces:
Serializable

public class EACompileError
extends EAError

The genome has generated a compile error and is invalid.

See Also:
Serialized Form

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

EACompileError

public EACompileError(String msg)
Construct the error.

Parameters:
msg -

EACompileError

public EACompileError(String msg,
                      Throwable t)
Construct the error.

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

EACompileError

public EACompileError(Throwable t)
Construct the error.

Parameters:
t - An error.


Copyright © 2014. All Rights Reserved.