Class ExceptionRevoked
- java.lang.Object
-
- org.openqa.selenium.devtools.v112.runtime.model.ExceptionRevoked
-
public class ExceptionRevoked extends java.lang.Object
Issued when unhandled exception was revoked.
-
-
Constructor Summary
Constructors Constructor Description ExceptionRevoked(java.lang.String reason, java.lang.Integer exceptionId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Integer
getExceptionId()
The id of revoked exception, as reported in `exceptionThrown`.java.lang.String
getReason()
Reason describing why exception was revoked.
-