JavaScript is disabled on your browser.
Detail:
Field |
Constr |
Method
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.gpu.GPUSortException
All Implemented Interfaces:
java.io.Serializable
public final class GPUSortException
extends java.lang.Exception
This exception is thrown when there is an attempt to perform a sort on GPU and the sort operation fails.
Specific information is provided in the exception message.
See Also:
Serialized Form
Constructor Summary
Constructors
Constructor and Description
GPUSortException (java.lang.String message)
Creates a new GPUSortException with a provided message.
GPUSortException (java.lang.String message,
java.lang.Throwable cause)
Creates a new GPUSortException with a 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
GPUSortException
public GPUSortException(java.lang.String message,
java.lang.Throwable cause)
Creates a new GPUSortException with a provided message and cause.
Parameters:
message
- The message to be provided.
cause
- The cause of this exception.
Detail:
Field |
Constr |
Method
Link to Eclipse OpenJ9 documentation. To raise a bug report or suggest an improvement create an Eclipse Openj9 issue. Copyright © 2014, 2020, IBM Corp. All rights reserved.