Overview
Exception Base Classes
The pyTooling.Exceptions package provides extensible exceptions.
ExceptionBase
The ExceptionBase is the base-class for all exceptions in pyTooling as well
as derived packages and frameworks.
Predefined Exceptions
Predefined exceptions of pyTooling.Exceptions.
Inheritance diagram:
EnvironmentException
Todo
EXCEPTION:: Needs documentation for EnvironmentException
PlatformNotSupportedException
Todo
EXCEPTION:: Needs documentation for PlatformNotSupportedException
NotConfiguredException
Todo
EXCEPTION:: Needs documentation for NotConfiguredException
See also
- Base excepetion class
ExceptionBase Base class for all exceptions.