Class CheckerException.NullDriverProvided

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.ngoanh2n.RuntimeError
com.github.ngoanh2n.wdc.CheckerException
com.github.ngoanh2n.wdc.CheckerException.NullDriverProvided
All Implemented Interfaces:
Serializable
Enclosing class:
CheckerException

public static final class CheckerException.NullDriverProvided extends CheckerException
Runtime exception when you have provided a null WebDriver
via WebDriverProvider.provide().
See Also: