4.13. umbra.components.factory.scriptEditor.exceptions

exceptions.py

Platform:
Windows, Linux, Mac Os X.
Description:
This module defines the umbra.languages.factory.scriptEditor.scriptEditor.ScriptEditor Component Interface class exceptions.

Others:

4.13.1. Classes

class umbra.components.factory.scriptEditor.exceptions.AbstractLanguageError(*args, **kwargs)[source]

Bases: foundations.exceptions.AbstractError

This class is the abstract base class for language related exceptions.

This method initializes the class.

Parameters:value – Error value or message. ( String )
class umbra.components.factory.scriptEditor.exceptions.LanguageGrammarError(*args, **kwargs)[source]

Bases: umbra.components.factory.scriptEditor.exceptions.AbstractLanguageError

This class is used for language grammar exceptions.

This method initializes the class.

Parameters:value – Error value or message. ( String )

Table Of Contents

Previous topic

4.12. umbra.components.factory.scriptEditor.editorStatus

Next topic

4.14. umbra.components.factory.scriptEditor.models

This Page