Class ExceptionRevoked
java.lang.Object
org.openqa.selenium.devtools.v140.runtime.model.ExceptionRevoked
Issued when unhandled exception was revoked.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionThe id of revoked exception, as reported in `exceptionThrown`.Reason describing why exception was revoked. 
- 
Constructor Details
- 
ExceptionRevoked
 
 - 
 - 
Method Details
- 
getReason
Reason describing why exception was revoked. - 
getExceptionId
The id of revoked exception, as reported in `exceptionThrown`. 
 -