Class CLException

java.lang.Object
java.lang.Throwable
java.lang.Exception
foundry.veil.api.opencl.CLException
All Implemented Interfaces:
Serializable

public class CLException extends Exception
An exception thrown when something in OpenCL goes wrong.
See Also:
  • Constructor Details

    • CLException

      public CLException(String message, int errCode)
    • CLException

      public CLException(int errCode)
  • Method Details

    • getError

      public int getError()
      Returns:
      The error code for this error
    • getErrorString

      public String getErrorString()
      Returns:
      A string representation of the error