public class OpenCLException
extends java.lang.RuntimeException
| Constructor and Description | 
|---|
OpenCLException()
Creates a new instance of  
OpenCLException without detail
 message. | 
OpenCLException(java.lang.String msg)
Constructs an instance of  
OpenCLException with 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)