syside.ModelError
- exception ModelError(model: syside.Model, diagnostics: syside.Diagnostics)
Bases:
RuntimeError
An exception thrown when model contains errors.
Initialization
Initialize self. See help(type(self)) for accurate signature.
- __format__()
Default object formatter.
Return str(self) if format_spec is empty. Raise TypeError otherwise.
- __subclasshook__()
Abstract classes can override this to customize issubclass().
This is invoked early on by abc.ABCMeta.__subclasscheck__(). It should return True, False or NotImplemented. If it returns NotImplemented, the normal algorithm is used. Otherwise, it overrides the normal algorithm (and the outcome is cached).