![JAR search and dependency download from the Maven repository](/logo.png)
com.polonium.core.exceptions.PoloniumException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of polonium-webdriver Show documentation
Show all versions of polonium-webdriver Show documentation
Polonium-Webdriver extends polonium core with paging functionality (page-object pattern),
and handles/recognizes fails made by selenium driver. This version has Polonium-Core included.
package com.polonium.core.exceptions;
/** Father-marker for exceptions that are recognized by polonium test runner
*
* @author Marek Serwanski
*/
public class PoloniumException extends RuntimeException{
private static final long serialVersionUID = 1L;
public PoloniumException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy