public class KernelCompilationException extends OpenCLException
Program.build()
 when the compilation failed.
 The error log returned by getLog() contains detailed information
 where the error occurred.| Constructor and Description | 
|---|
KernelCompilationException(java.lang.String msg,
                          int errorCode,
                          java.lang.String log)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getLog()
The output of the compiler 
 | 
getErrorCode