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
-
__init__(message='')[source] Exception initializer
Parameters: message (str) – The exception message.
-
__str__()[source] Returns the exception’s message text.
-
args
-
-
exception
pyIPCMI.Base.Exceptions.EnvironmentException(message='')[source] EnvironmentExceptionis raised when an expected environment variable is missing for pyIPCMI.Inheritance
Members
-
__init__(message='') Exception initializer
Parameters: message (str) – The exception message.
-
__str__() Returns the exception’s message text.
-
args
-
-
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
-
__init__(message='') Exception initializer
Parameters: message (str) – The exception message.
-
__str__() Returns the exception’s message text.
-
args
-
-
exception
pyIPCMI.Base.Exceptions.NotConfiguredException(message='')[source] NotConfiguredExceptionis raise if pyIPCMI or the requested tool chain setting is not configured in pyIPCMI.Inheritance
Members
-
__init__(message='') Exception initializer
Parameters: message (str) – The exception message.
-
__str__() Returns the exception’s message text.
-
args
-
-
exception
pyIPCMI.Base.Exceptions.SkipableException(message='')[source] Base class for all skipable exceptions.
Inheritance
Members
-
__init__(message='') Exception initializer
Parameters: message (str) – The exception message.
-
__str__() Returns the exception’s message text.
-
args
-
-
exception
pyIPCMI.Base.Exceptions.CommonException(message='')[source] Inheritance
Members
-
__init__(message='') Exception initializer
Parameters: message (str) – The exception message.
-
__str__() Returns the exception’s message text.
-
args
-
-
exception
pyIPCMI.Base.Exceptions.SkipableCommonException(message='')[source] SkipableCommonExceptionis aCommonException, which can be skipped.Inheritance
Members
-
__init__(message='') Exception initializer
Parameters: message (str) – The exception message.
-
__str__() Returns the exception’s message text.
-
args
-