public class OpenCLException
extends java.lang.RuntimeException
| Constructor and Description | 
|---|
| OpenCLException()Creates a new instance of  OpenCLExceptionwithout detail
 message. | 
| OpenCLException(java.lang.String msg)Constructs an instance of  OpenCLExceptionwith the
 specified detail message. | 
| OpenCLException(java.lang.String msg,
               int errorCode) | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getErrorCode() | 
public OpenCLException()
OpenCLException without detail
 message.public OpenCLException(java.lang.String msg)
OpenCLException with the
 specified detail message.msg - the detail message.public OpenCLException(java.lang.String msg,
                       int errorCode)