Package io.webfolder.cdp.type.runtime
Class AwaitPromiseResult
java.lang.Object
io.webfolder.cdp.type.runtime.AwaitPromiseResult
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionException details if stack strace is available.Promise result.void
setExceptionDetails
(ExceptionDetails exceptionDetails) Exception details if stack strace is available.void
setResult
(RemoteObject result) Promise result.toString()
-
Constructor Details
-
AwaitPromiseResult
public AwaitPromiseResult()
-
-
Method Details
-
getResult
Promise result. Will contain rejected value if promise was rejected. -
setResult
Promise result. Will contain rejected value if promise was rejected. -
getExceptionDetails
Exception details if stack strace is available. -
setExceptionDetails
Exception details if stack strace is available. -
toString
-