Package ai.rapids.cudf
Class CudaFatalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ai.rapids.cudf.CudaException
ai.rapids.cudf.CudaFatalException
- All Implemented Interfaces:
Serializable
CudaFatalException is a kind of CudaException which leaves the process in an inconsistent state
and any further CUDA work will return the same error.
To continue using CUDA, the process must be terminated and relaunched.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class ai.rapids.cudf.CudaException
CudaException.CudaError
-
Method Summary
Methods inherited from class ai.rapids.cudf.CudaException
getCudaError, getNativeStacktrace
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString