- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.ibm.gpu.GPUConfigurationException
-
- All Implemented Interfaces:
Serializable
public final class GPUConfigurationException extends Exception
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GPUConfigurationException(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 Detail
-
GPUConfigurationException
public GPUConfigurationException(String message)
Construct a new GPUConfigurationException with the provided message.- Parameters:
message
- The message to be provided.
-
-