org.encog.engine.opencl.exceptions
Class MissingOpenCLAdapterError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.encog.engine.EncogEngineError
                  extended by org.encog.engine.opencl.exceptions.OpenCLError
                      extended by org.encog.engine.opencl.exceptions.MissingOpenCLAdapterError
All Implemented Interfaces:
Serializable

public class MissingOpenCLAdapterError
extends OpenCLError

This error is thrown when the JOCL driver, usually a .DLL or shared library, cannot be found. For more information see: http://www.heatonresearch.com/encog/troubleshooting/nonative.html

See Also:
Serialized Form

Constructor Summary
MissingOpenCLAdapterError(Throwable t)
          Construct the 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

MissingOpenCLAdapterError

public MissingOpenCLAdapterError(Throwable t)
Construct the exception.

Parameters:
t - The wrapped exception.


Copyright © 2011. All Rights Reserved.