Package com.aparapi.exception
Class QueryFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.aparapi.internal.exception.AparapiException
-
- com.aparapi.exception.QueryFailedException
-
- All Implemented Interfaces:
java.io.Serializable
public class QueryFailedException extends AparapiException
This exception is thrown when an unexpected behavior occurs while querying the OpenCL platform.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description QueryFailedException(java.lang.String reason)
QueryFailedException(java.lang.String reason, java.lang.Throwable _t)
QueryFailedException(java.lang.Throwable _t)
-