Class ExceptionRevoked
- java.lang.Object
-
- org.openqa.selenium.devtools.v114.runtime.model.ExceptionRevoked
-
public class ExceptionRevoked extends java.lang.ObjectIssued 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.IntegergetExceptionId()The id of revoked exception, as reported in `exceptionThrown`.java.lang.StringgetReason()Reason describing why exception was revoked.
-