org.encog.ml.prg
Class ExpressionError

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
                          extended by org.encog.ml.prg.ExpressionError
All Implemented Interfaces:
Serializable

public class ExpressionError
extends EACompileError

An error has happened either evaluating or executing an expression.

See Also:
Serialized Form

Constructor Summary
ExpressionError(String msg)
          Construct a message exception.
ExpressionError(String msg, Throwable t)
          Construct an exception that holds another exception.
ExpressionError(Throwable t)
          Construct an exception that holds another 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

ExpressionError

public ExpressionError(String msg)
Construct a message exception.

Parameters:
msg - The exception message.

ExpressionError

public ExpressionError(String msg,
                       Throwable t)
Construct an exception that holds another exception.

Parameters:
msg - A message.
t - The other exception.

ExpressionError

public ExpressionError(Throwable t)
Construct an exception that holds another exception.

Parameters:
t - The other exception.


Copyright © 2013. All Rights Reserved.