Class QueryFailedException

All Implemented Interfaces:
Serializable

public class QueryFailedException extends AparapiException
This exception is thrown when an unexpected behavior occurs while querying the OpenCL platform.
Author:
CoreRasurae
See Also:
  • Constructor Details

    • QueryFailedException

      public QueryFailedException(String reason)
    • QueryFailedException

      public QueryFailedException(String reason, Throwable _t)
    • QueryFailedException

      public QueryFailedException(Throwable _t)