collada.common.DaeIncompleteError

exception collada.common.DaeIncompleteError(msg)

Bases: collada.common.DaeError

Raised when needed data for an object isn’t there.

with_traceback()

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