|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.openqa.selenium.server.RemoteCommandException
org.openqa.selenium.server.WindowClosedException
public class WindowClosedException
Field Summary | |
---|---|
static java.lang.String |
WINDOW_CLOSED_ERROR
|
Constructor Summary | |
---|---|
WindowClosedException()
|
|
WindowClosedException(java.lang.String message)
|
|
WindowClosedException(java.lang.String message,
java.lang.Throwable cause)
|
|
WindowClosedException(java.lang.Throwable cause)
|
Method Summary |
---|
Methods inherited from class org.openqa.selenium.server.RemoteCommandException |
---|
getResult |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String WINDOW_CLOSED_ERROR
Constructor Detail |
---|
public WindowClosedException()
public WindowClosedException(java.lang.String message)
public WindowClosedException(java.lang.Throwable cause)
public WindowClosedException(java.lang.String message, java.lang.Throwable cause)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |