Class ExceptionThrown
- java.lang.Object
-
- org.openqa.selenium.devtools.v112.runtime.model.ExceptionThrown
-
public class ExceptionThrown extends java.lang.Object
Issued when exception was thrown and unhandled.
-
-
Constructor Summary
Constructors Constructor Description ExceptionThrown(Timestamp timestamp, ExceptionDetails exceptionDetails)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExceptionDetails
getExceptionDetails()
Timestamp
getTimestamp()
Timestamp of the exception.
-
-
-
Constructor Detail
-
ExceptionThrown
public ExceptionThrown(Timestamp timestamp, ExceptionDetails exceptionDetails)
-
-
Method Detail
-
getTimestamp
public Timestamp getTimestamp()
Timestamp of the exception.
-
getExceptionDetails
public ExceptionDetails getExceptionDetails()
-
-