Package com.paulhammant.ngwebdriver
Class VariableNotInScopeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.openqa.selenium.WebDriverException
-
- com.paulhammant.ngwebdriver.VariableNotInScopeException
-
- All Implemented Interfaces:
Serializable
public class VariableNotInScopeException extends org.openqa.selenium.WebDriverException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VariableNotInScopeException(String msg)
-
Method Summary
-
Methods inherited from class org.openqa.selenium.WebDriverException
addInfo, getAdditionalInformation, getBuildInformation, getDriverName, getMessage, getRawMessage, getSupportUrl, getSystemInformation
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
VariableNotInScopeException
public VariableNotInScopeException(String msg)
-
-