JavaScript is disabled on your browser.
Detail:
Field |
Constr |
Method
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.gpu.GPUConfigurationException
All Implemented Interfaces:
java.io.Serializable
public final class GPUConfigurationException
extends java.lang.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 and Description
GPUConfigurationException (java.lang.String message)
Construct a new GPUConfigurationException with the provided message.
GPUConfigurationException (java.lang.String message,
java.lang.Throwable cause)
Construct a new GPUConfigurationException with the provided message
and cause.
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Constructor Detail
GPUConfigurationException
public GPUConfigurationException(java.lang.String message,
java.lang.Throwable cause)
Construct a new GPUConfigurationException with the provided message
and cause.
Parameters:
message
- The message to be provided.
cause
- The cause of this exception.
Detail:
Field |
Constr |
Method
Eclipse OpenJ9 website. To raise a bug report or suggest an improvement create an Eclipse OpenJ9 issue. Copyright © 2014, 2021, IBM Corp. and others.