exceptions.py
Others:
Bases: foundations.exceptions.AbstractError
This class is the abstract base class for manager.componentsManager.Manager related exceptions.
This method initializes the class.
| Parameters: | value – Error value or message. ( String ) |
|---|
Bases: manager.exceptions.AbstractComponentsManagerError
This class is used for Component profile exceptions.
This method initializes the class.
| Parameters: | value – Error value or message. ( String ) |
|---|
Bases: manager.exceptions.AbstractComponentsManagerError
This class is used for Component associated module exceptions.
This method initializes the class.
| Parameters: | value – Error value or message. ( String ) |
|---|
Bases: manager.exceptions.AbstractComponentsManagerError
This class is used for Component registration exceptions.
This method initializes the class.
| Parameters: | value – Error value or message. ( String ) |
|---|
Bases: manager.exceptions.AbstractComponentsManagerError
This class is used for Component Interface exceptions.
This method initializes the class.
| Parameters: | value – Error value or message. ( String ) |
|---|
Bases: manager.exceptions.AbstractComponentsManagerError
This class is used for Component instantiation exceptions.
This method initializes the class.
| Parameters: | value – Error value or message. ( String ) |
|---|
Bases: manager.exceptions.AbstractComponentsManagerError
This class is used for Component activation exceptions.
This method initializes the class.
| Parameters: | value – Error value or message. ( String ) |
|---|
Bases: manager.exceptions.AbstractComponentsManagerError
This class is used for Component deactivation exceptions.
This method initializes the class.
| Parameters: | value – Error value or message. ( String ) |
|---|
Bases: manager.exceptions.AbstractComponentsManagerError
This class is used for Component reload exceptions.
This method initializes the class.
| Parameters: | value – Error value or message. ( String ) |
|---|
Bases: manager.exceptions.AbstractComponentsManagerError
This class is used for non existing Component exceptions.
This method initializes the class.
| Parameters: | value – Error value or message. ( String ) |
|---|