Errors

exception clink.com.error.PrimError(prim_type, msg)[source]
args
with_traceback()

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

exception clink.com.error.ComDepedencyError(com_type, msg)[source]
args
with_traceback()

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

exception clink.com.error.InjectorLoadingError[source]
args
with_traceback()

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

exception clink.com.error.ComTypeError(com_type)[source]
args
with_traceback()

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

exception clink.com.error.ComAttrError(com_type)[source]
args
with_traceback()

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

exception clink.com.error.CircleComError(com_types)[source]
args
with_traceback()

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

exception clink.com.error.ComExistError(com_type)[source]
args
with_traceback()

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

exception clink.com.error.ComCreationError(com_type, args)[source]
args
with_traceback()

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