Documentation of 'org.encog.ml.ea.exception.EACompileError' Java class
EACompileError
org.encog.ml.ea.exception

Class EACompileError

  • All Implemented Interfaces:
    java.io.Serializable


    public class EACompileError
    extends EAError
    The genome has generated a compile error and is invalid.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      EACompileError(java.lang.String msg)
      Construct the error.
      EACompileError(java.lang.String msg, java.lang.Throwable t)
      Construct the error.
      EACompileError(java.lang.Throwable t)
      Construct the error.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • EACompileError

        public EACompileError(java.lang.String msg)
        Construct the error.
        Parameters:
        msg - The message.
      • EACompileError

        public EACompileError(java.lang.String msg,
                              java.lang.Throwable t)
        Construct the error.
        Parameters:
        msg - The message.
        t - The error.
      • EACompileError

        public EACompileError(java.lang.Throwable t)
        Construct the error.
        Parameters:
        t - An error.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.