Exceptions

ReGraph exceptions.

exception regraph.exceptions.AttributeSetError[source]

Exceptions class for errors in attribute sets.

exception regraph.exceptions.FormulaError[source]

Exceptions class for formulae.

exception regraph.exceptions.GraphAttrsWarning[source]

Class for warnings about empty attrs dict.

exception regraph.exceptions.GraphError[source]

Class for errors in graph transformation with primitives.

exception regraph.exceptions.HierarchyError[source]

Exceptions class for hierarchy handling.

exception regraph.exceptions.InvalidHomomorphism[source]

Exceptions class for invalid homomorphisms.

exception regraph.exceptions.ParsingError[source]

Exceptions class for error in command parsing.

exception regraph.exceptions.ReGraphError[source]

Exception for errors in ReGraph.

exception regraph.exceptions.ReGraphException[source]

Base ReGraph exceptions class.

exception regraph.exceptions.ReGraphWarning[source]

Class for ReGraph warnings.

exception regraph.exceptions.RevisionError[source]

Exceptions class for erros in Hierarchy revisions.

exception regraph.exceptions.RevisionWarning[source]

Class for Revision warnings.

exception regraph.exceptions.RewritingError[source]

Exceptions class for errors in rewriting in a hierarchy.

exception regraph.exceptions.RuleError[source]

Exceptions class for errors in rules.

exception regraph.exceptions.TotalityWarning[source]

Warning about the edge in the hierarchy becoming partial.

exception regraph.exceptions.TypedNeo4jGraphError[source]

Exceptions class for errors in typed neo4j graphs.

exception regraph.exceptions.TypingWarning[source]

Class for warnings about wrong typings.