tkmilan.exception#

All custom exceptions raised in the project.

Exceptions

exception tkmilan.exception.EventBusError(msg: str)#

Bases: Exception

exception tkmilan.exception.EventBusRegisterError(msg: str)#

Bases: EventBusError

exception tkmilan.exception.EventLoopConcurrencyError(msg: str)#

Bases: EventLoopError

exception tkmilan.exception.EventLoopError(msg: str)#

Bases: Exception

exception tkmilan.exception.InvalidCallbackDefinition(msg: str)#

Bases: Exception

exception tkmilan.exception.InvalidImageKey(key: str)#

Bases: Exception

exception tkmilan.exception.InvalidImageType(dtype: str)#

Bases: Exception

exception tkmilan.exception.InvalidLayoutError#

Bases: Exception

exception tkmilan.exception.InvalidRender(de: DiagramElement)#

Bases: Exception

exception tkmilan.exception.InvalidWidgetDefinition#

Bases: ValueError

exception tkmilan.exception.InvalidWidgetState(msg: str)#

Bases: Exception