org.encog.engine.opencl.exceptions
Class MissingOpenCLAdapterError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.encog.engine.EncogEngineError
org.encog.engine.opencl.exceptions.OpenCLError
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MissingOpenCLAdapterError
public MissingOpenCLAdapterError(Throwable t)
- Construct the exception.
- Parameters:
t - The wrapped exception.
Copyright © 2011. All Rights Reserved.