TFuture.getException

Returns the captured exception if the operation failed, or null otherwise.

interface TFuture(ResultType)
Exception
getException
()

Throws

TFutureException if not yet done, TCancelledException if the operation has been cancelled.

Meta