Main Exceptions for qacode library
- exception
qacode.core.exceptions.core_exception.CoreException(msg='Exception without message', err=None, log=None)[source]¶
Bases:
ExceptionBase Exception class for inherit new exceptions on library
log= None¶
message= None¶
- class
qacode.core.exceptions.core_exception.CoreException(msg='Exception without message', err=None, log=None)[source]
Base Exception class for inherit new exceptions on library
Package qacode.core.exceptions
- exception
qacode.core.exceptions.page_exception.PageException(msg='Message Exception not defined for PageException class', err=None, log=None)[source]¶
Bases:
qacode.core.exceptions.core_exception.CoreExceptionException class that can be raise from Page classes
- class
qacode.core.exceptions.page_exception.PageException(msg='Message Exception not defined for PageException class', err=None, log=None)[source]
Exception class that can be raise from Page classes
Package qacode.core.exceptions
- exception
qacode.core.exceptions.control_exception.ControlException(msg='Message Exception not defined for ControlException class', err=None, log=None)[source]¶
Bases:
qacode.core.exceptions.core_exception.CoreExceptionControlBase and inherit classes can use this exception
- class
qacode.core.exceptions.control_exception.ControlException(msg='Message Exception not defined for ControlException class', err=None, log=None)[source]
ControlBase and inherit classes can use this exception