buildingmotif.database.errors#

Exceptions

LibraryNotFound([name, idnum])

ModelNotFound([name, idnum])

ShapeCollectionNotFound([name, idnum])

TemplateDependencyNotFound(idnum)

TemplateNotFound([name, idnum])

exception LibraryNotFound(name: str | None = None, idnum: int | None = None)[source]#
exception ModelNotFound(name: str | None = None, idnum: int | None = None)[source]#
exception ShapeCollectionNotFound(name: str | None = None, idnum: int | None = None)[source]#
exception TemplateNotFound(name: str | None = None, idnum: int | None = None)[source]#
exception TemplateDependencyNotFound(idnum: int)[source]#