exceptions.py
Others:
Bases: foundations.exceptions.AbstractError
This class is the abstract base class for engine related exceptions.
This method initializes the class.
Parameters: | value – Error value or message. ( String ) |
---|
Bases: foundations.exceptions.AbstractError
This class is used for engine configuration exceptions.
This method initializes the class.
Parameters: | value – Error value or message. ( String ) |
---|
Bases: foundations.exceptions.AbstractError
This class is used for engine initialization exceptions.
This method initializes the class.
Parameters: | value – Error value or message. ( String ) |
---|
Bases: foundations.exceptions.AbstractOsError
This class is used for non existing resource exceptions.
This method initializes the class.
Parameters: | value – Error value or message. ( String ) |
---|
Bases: foundations.exceptions.AbstractError
This class is the abstract base class for umbra.managers.actionsManager.ActionsManager related exceptions.
This method initializes the class.
Parameters: | value – Error value or message. ( String ) |
---|
Bases: umbra.exceptions.AbstractActionsManagerError
This class is used for non existing category exceptions.
This method initializes the class.
Parameters: | value – Error value or message. ( String ) |
---|
Bases: umbra.exceptions.AbstractActionsManagerError
This class is used for non existing action exceptions.
This method initializes the class.
Parameters: | value – Error value or message. ( String ) |
---|
Bases: foundations.exceptions.AbstractError
This class is the abstract base class for umbra.managers.patchesManager.PatchesManager related exceptions.
This method initializes the class.
Parameters: | value – Error value or message. ( String ) |
---|
Bases: umbra.exceptions.AbstractPatchesManagerError
This class is used for patch registration exceptions.
This method initializes the class.
Parameters: | value – Error value or message. ( String ) |
---|
Bases: umbra.exceptions.AbstractPatchesManagerError
This class is used for patch interface exceptions.
This method initializes the class.
Parameters: | value – Error value or message. ( String ) |
---|
Bases: umbra.exceptions.AbstractPatchesManagerError
This class is used for patch apply exceptions.
This method initializes the class.
Parameters: | value – Error value or message. ( String ) |
---|
Bases: foundations.exceptions.AbstractError
This class is the abstract base class for umbra.managers.layoutsManager.LayoutsManager related exceptions.
This method initializes the class.
Parameters: | value – Error value or message. ( String ) |
---|
Bases: umbra.exceptions.AbstractLayoutsManagerError
This class is used for layout registration exceptions.
This method initializes the class.
Parameters: | value – Error value or message. ( String ) |
---|
Bases: umbra.exceptions.AbstractLayoutsManagerError
This class is used for non existing layout exceptions.
This method initializes the class.
Parameters: | value – Error value or message. ( String ) |
---|
Bases: foundations.exceptions.AbstractError
This class is the abstract base class for umbra.managers.fileSystemEventsManager.FileSystemEventsManager related exceptions.
This method initializes the class.
Parameters: | value – Error value or message. ( String ) |
---|
Bases: umbra.exceptions.AbstractFileSystemEventsManagerError
This class is used for path registration exceptions.
This method initializes the class.
Parameters: | value – Error value or message. ( String ) |
---|
Bases: umbra.exceptions.AbstractFileSystemEventsManagerError
This class is used for non existing path exceptions.
This method initializes the class.
Parameters: | value – Error value or message. ( String ) |
---|