Class ExceptionRevoked

java.lang.Object
org.openqa.selenium.devtools.v85.runtime.model.ExceptionRevoked

public class ExceptionRevoked extends Object
Issued when unhandled exception was revoked.
  • Constructor Details

    • ExceptionRevoked

      public ExceptionRevoked(String reason, Integer exceptionId)
  • Method Details

    • getReason

      public String getReason()
      Reason describing why exception was revoked.
    • getExceptionId

      public Integer getExceptionId()
      The id of revoked exception, as reported in `exceptionThrown`.