Module core.exceptions

Classes

class AmbiguousException (message='Multiple elements could match')

Common base class for all non-exit exceptions.

Ancestors

class CannotBackException (message='History root reached, cannot go back')

Common base class for all non-exit exceptions.

Ancestors

class ElementOutOfContextException (xpath: str, message: str = None)

Common base class for all non-exit exceptions.

Ancestors

class HallucinatedException (xpath: str, message: str = None)

Common base class for all non-exit exceptions.

Ancestors

class NavigationException (*args, **kwargs)

Common base class for all non-exit exceptions.

Ancestors

  • builtins.Exception
  • builtins.BaseException

Subclasses

class NoElementException (message='No element found')

Common base class for all non-exit exceptions.

Ancestors

class RetrievalException (*args, **kwargs)

Common base class for all non-exit exceptions.

Ancestors

Subclasses