Package com.microsoft.playwright.impl
Class WebErrorImpl
- java.lang.Object
-
- com.microsoft.playwright.impl.WebErrorImpl
-
-
Constructor Summary
Constructors Constructor Description WebErrorImpl(PageImpl page, java.lang.String error)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringerror()Unhandled error that was thrown.PageImplpage()The page that produced this unhandled exception, if any.
-
-
-
Field Detail
-
page
private final PageImpl page
-
error
private final java.lang.String error
-
-
Constructor Detail
-
WebErrorImpl
WebErrorImpl(PageImpl page, java.lang.String error)
-
-