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

Class EARuntimeError

  • All Implemented Interfaces:
    java.io.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

      Constructors 
      Constructor and Description
      EARuntimeError(java.lang.String msg)
      Construct an error.
      EARuntimeError(java.lang.String msg, java.lang.Throwable t)
      Construct an error.
      EARuntimeError(java.lang.Throwable t)
      Construct an 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

      • EARuntimeError

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

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

        public EARuntimeError(java.lang.Throwable t)
        Construct an error.
        Parameters:
        t - The error

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.