rics.translation.dio.exceptions#
Data structure I exceptions.
Exceptions
Base class for IO exceptions. |
|
Exception indicating that a type cannot be translated in-place. |
|
Exception indicating that a type cannot be translated. |
- exception DataStructureIOError[source]#
Bases:
RuntimeErrorBase class for IO exceptions.
- exception UntranslatableTypeError(t: Type[Any])[source]#
Bases:
DataStructureIOErrorException indicating that a type cannot be translated.
- Parameters
t – A type.
- exception NotInplaceTranslatableError(arg: Any)[source]#
Bases:
DataStructureIOErrorException indicating that a type cannot be translated in-place.
- Parameters
arg – Something that can’t be translated inplace.