gemseo / core / grammars

errors module

Grammar errors.

Exceptions:

InvalidDataException

Exception raised when data is not valid against grammar rules.

exception gemseo.core.grammars.errors.InvalidDataException[source]

Bases: Exception

Exception raised when data is not valid against grammar rules.

args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.