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 Summary
-
Method Summary
Methods inherited from class com.jme3.opencl.OpenCLException
getErrorCode
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
KernelCompilationException
-
-
Method Details
-
getLog
The output of the compiler- Returns:
- the output text
-