pyIPCMI.Base.Exceptions.py¶
Exceptions
ExceptionBase: Base exception derived fromExceptionfor allEnvironmentException:EnvironmentExceptionis raised when an expected environment variable isPlatformNotSupportedException:PlatformNotSupportedExceptionis raise if the platform is not supportedNotConfiguredException:NotConfiguredExceptionis raise if pyIPCMI or the requested tool chainSkipableException: Base class for all skipable exceptions.CommonException: Base exception derived fromExceptionfor allSkipableCommonException:SkipableCommonExceptionis aCommonException, which can be
-
exception
pyIPCMI.Base.Exceptions.ExceptionBase(message='')[source] Base exception derived from
Exceptionfor all custom exceptions in pyIPCMI.Inheritance
Members
-
with_traceback(tb)[source] Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
-
args
-
-
exception
pyIPCMI.Base.Exceptions.EnvironmentException(message='')[source] EnvironmentExceptionis raised when an expected environment variable is missing for pyIPCMI.Inheritance
Members
-
args
-
with_traceback(tb) Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
-
-
exception
pyIPCMI.Base.Exceptions.PlatformNotSupportedException(message='')[source] PlatformNotSupportedExceptionis raise if the platform is not supported by pyIPCMI, or the selected tool flow is not supported on the host system by pyIPCMI.Inheritance
Members
-
args
-
with_traceback(tb) Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
-
-
exception
pyIPCMI.Base.Exceptions.NotConfiguredException(message='')[source] NotConfiguredExceptionis raise if pyIPCMI or the requested tool chain setting is not configured in pyIPCMI.Inheritance
Members
-
args
-
with_traceback(tb) Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
-
-
exception
pyIPCMI.Base.Exceptions.SkipableException(message='')[source] Base class for all skipable exceptions.
Inheritance
Members
-
args
-
with_traceback(tb) Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
-
-
exception
pyIPCMI.Base.Exceptions.CommonException(message='')[source] Inheritance
Members
-
args
-
with_traceback(tb) Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
-
-
exception
pyIPCMI.Base.Exceptions.SkipableCommonException(message='')[source] SkipableCommonExceptionis aCommonException, which can be skipped.Inheritance
Members
-
args
-
with_traceback(tb) Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
-