Class GPUConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.gpu.GPUConfigurationException
- All Implemented Interfaces:
Serializable
This exception is thrown when GPU operations fail due to configuration
or environment issues - for example, an invalid device has been specified
or we are running on an unsupported platform.
- See Also:
-
Constructor Summary
ConstructorDescriptionGPUConfigurationException
(String message) Construct a new GPUConfigurationException with the provided message.GPUConfigurationException
(String message, Throwable cause) Construct a new GPUConfigurationException with the provided message and cause. -
Method Summary
Methods declared in class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GPUConfigurationException
Construct a new GPUConfigurationException with the provided message.- Parameters:
message
- The message to be provided.
-
GPUConfigurationException
-