public final class AsyncError
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static <T> java.lang.Throwable |
asyncError(io.vertx.core.AsyncResult<T> asyncResult,
java.lang.String jsAsyncStackLine)
Stitches the given cause of the asyncResult with the current
execution stack trace at the moment this function is invoked.
|
static java.lang.Throwable |
asyncError(java.lang.Throwable throwable,
java.lang.String jsAsyncStackLine)
Stitches the given throwable with the current execution stack trace
at the moment this function is invoked.
|
public static java.lang.Throwable asyncError(java.lang.Throwable throwable,
java.lang.String jsAsyncStackLine)
throwable - a throwable objectpublic static <T> java.lang.Throwable asyncError(io.vertx.core.AsyncResult<T> asyncResult,
java.lang.String jsAsyncStackLine)
asyncResult - a asyncResult objectCopyright © 2019. All Rights Reserved.