Class KernelCompilationException

All Implemented Interfaces:
Serializable

public class KernelCompilationException extends OpenCLException
This exception is thrown by Program.build() when the compilation failed. The error log returned by getLog() contains detailed information where the error occurred.
See Also:
  • Constructor Details

    • KernelCompilationException

      public KernelCompilationException(String msg, int errorCode, String log)
  • Method Details

    • getLog

      public String getLog()
      The output of the compiler
      Returns:
      the output text