RLEBException¶
- class tinycompress.rleb.RLEBException[source]¶
Exception raised for RLEB compression/decompression errors.
- __cause__¶
exception cause
- __context__¶
exception context
- __getattribute__(name, /)¶
Return getattr(self, name).
- __init__(*args, **kwargs)¶
- classmethod __new__(*args, **kwargs)¶
- __reduce__()¶
Helper for pickle.
- __repr__()¶
Return repr(self).
- __str__()¶
Return str(self).
- __weakref__¶
list of weak references to the object
- add_note()¶
Exception.add_note(note) – add a note to the exception
- with_traceback()¶
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.