collada.common.DaeMalformedError

exception collada.common.DaeMalformedError(msg)

Bases: collada.common.DaeError

Raised when data is found to be corrupted in some way.

with_traceback()

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