Package com.jme3.opencl
Class KernelCompilationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.jme3.opencl.OpenCLException
com.jme3.opencl.KernelCompilationException
- All Implemented Interfaces:
- Serializable
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 SummaryConstructors
- 
Method SummaryMethods inherited from class com.jme3.opencl.OpenCLExceptiongetErrorCodeMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
KernelCompilationException
 
- 
- 
Method Details- 
getLogThe output of the compiler- Returns:
- the output text
 
 
-