org.encog.engine
Class EncogEngineError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.encog.engine.EncogEngineError
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
EncogCLError, OpenCLError, ValidateMachineLearningError

public class EncogEngineError
extends RuntimeException

General error class for Encog.

Author:
jheaton
See Also:
Serialized Form

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

EncogEngineError

public EncogEngineError(String msg)
Construct a message exception.

Parameters:
msg - The exception message.

EncogEngineError

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

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

EncogEngineError

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

Parameters:
t - The other exception.


Copyright © 2011. All Rights Reserved.