Base.Exceptions¶
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 PoC or the requested tool chainSkipableException: Base class for all skipable exceptions.CommonException: Base exception derived fromExceptionfor allSkipableCommonException:SkipableCommonExceptionis aCommonException, which can be
-
exception
Base.Exceptions.ExceptionBase(message='')[source]¶ Base exception derived from
Exceptionfor all custom exceptions in PoC.Inheritance
Members
-
__init__(message='')[source]¶ Exception initializer
Parameters: message (str) – The exception message.
-
args¶
-
-
exception
Base.Exceptions.EnvironmentException(message='')[source]¶ EnvironmentExceptionis raised when an expected environment variable is missing for PoC.Inheritance
Members
-
__str__()¶ Returns the exception’s message text.
-
args¶
-
-
exception
Base.Exceptions.PlatformNotSupportedException(message='')[source]¶ PlatformNotSupportedExceptionis raise if the platform is not supported by PoC, or the selected tool flow is not supported on the host system by PoC.Inheritance
Members
-
__str__()¶ Returns the exception’s message text.
-
args¶
-
-
exception
Base.Exceptions.NotConfiguredException(message='')[source]¶ NotConfiguredExceptionis raise if PoC or the requested tool chain setting is not configured in PoC.Inheritance
Members
-
__str__()¶ Returns the exception’s message text.
-
args¶
-
-
exception
Base.Exceptions.SkipableException(message='')[source]¶ Base class for all skipable exceptions.
Inheritance
Members
-
__str__()¶ Returns the exception’s message text.
-
args¶
-
-
exception
Base.Exceptions.CommonException(message='')[source]¶ Inheritance
Members
-
__str__()¶ Returns the exception’s message text.
-
args¶
-
-
exception
Base.Exceptions.SkipableCommonException(message='')[source]¶ SkipableCommonExceptionis aCommonException, which can be skipped.Inheritance
Members
-
__str__()¶ Returns the exception’s message text.
-
args¶
-