Module core.exceptions
Classes
class AmbiguousException (message='Multiple elements could match')-
Common base class for all non-exit exceptions.
Ancestors
- RetrievalException
- NavigationException
- builtins.Exception
- builtins.BaseException
class CannotBackException (message='History root reached, cannot go back')-
Common base class for all non-exit exceptions.
Ancestors
- NavigationException
- builtins.Exception
- builtins.BaseException
class ElementOutOfContextException (xpath: str, message: str = None)-
Common base class for all non-exit exceptions.
Ancestors
- RetrievalException
- NavigationException
- builtins.Exception
- builtins.BaseException
class HallucinatedException (xpath: str, message: str = None)-
Common base class for all non-exit exceptions.
Ancestors
- RetrievalException
- NavigationException
- builtins.Exception
- builtins.BaseException
-
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
- RetrievalException
- NavigationException
- builtins.Exception
- builtins.BaseException
class RetrievalException (*args, **kwargs)-
Common base class for all non-exit exceptions.
Ancestors
- NavigationException
- builtins.Exception
- builtins.BaseException
Subclasses