balin / com.github.epadronu.balin.exceptions

Package com.github.epadronu.balin.exceptions

Exceptions

BalinException

open class BalinException : RuntimeException

The class BalinException and its subclasses indicate that something has gone wrong with Balin.

MissingPageUrlException

class MissingPageUrlException : BalinException

This exception is thrown when either com.github.epadronu.balin.core.Browser.to or com.github.epadronu.balin.core.Page.click are used with a page that has not defined a url.

PageImplicitAtVerificationException

class PageImplicitAtVerificationException : BalinException

This exception is thrown when the implicit at verification of a page doesn't pass after the browser has tried navigating to it.