Class ExceptionHandler
- java.lang.Object
-
- org.openqa.selenium.remote.server.commandhandler.ExceptionHandler
-
- All Implemented Interfaces:
org.openqa.selenium.remote.http.HttpHandler
public class ExceptionHandler extends java.lang.Object implements org.openqa.selenium.remote.http.HttpHandler
Takes an exception and formats it for a local end that speaks either the OSS or W3C dialect of the wire protocol.
-
-
Constructor Summary
Constructors Constructor Description ExceptionHandler(java.lang.Throwable e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.openqa.selenium.remote.http.HttpResponse
execute(org.openqa.selenium.remote.http.HttpRequest req)
-