swtloc.utils.SWTValueError

class swtloc.utils.SWTValueError[source]

Bases: swtloc.utils.SWTLocExceptions

Raised when non-acceptable value is received in the parameters

args
with_traceback()

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