Package jp.vmi.selenium.selenese
Class SeleneseRunnerRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.openqa.selenium.WebDriverException
-
- jp.vmi.selenium.selenese.SeleneseRunnerRuntimeException
-
- All Implemented Interfaces:
Serializable
public class SeleneseRunnerRuntimeException extends org.openqa.selenium.WebDriverExceptionThe exception which occurs when a selenese command has caused an error.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SeleneseRunnerRuntimeException(String message)Constructor.SeleneseRunnerRuntimeException(String message, Throwable cause)Constructor.SeleneseRunnerRuntimeException(Throwable cause)Constructor.
-
Method Summary
-
Methods inherited from class org.openqa.selenium.WebDriverException
addInfo, getAdditionalInformation, getBuildInformation, getDriverName, getMessage, getSupportUrl, getSystemInformation
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
SeleneseRunnerRuntimeException
public SeleneseRunnerRuntimeException(Throwable cause)
Constructor.- Parameters:
cause- the cause.
-
SeleneseRunnerRuntimeException
public SeleneseRunnerRuntimeException(String message)
Constructor.- Parameters:
message- error message.
-
-