Provides exception-throwing fallback strategy. Objects of this class should only be allocated using S...
Definition: encoder_exception_fallback.h:17
virtual EncoderFallbackBufferPtr CreateFallbackBuffer() override
Creates fallback buffer.
Definition: encoder_exception_fallback.h:27
virtual int get_MaxCharCount() const override
Gets maximal count of characters the instance can return.
Definition: encoder_exception_fallback.h:24
EncoderExceptionFallback()
Constructor.
Definition: encoder_exception_fallback.h:20
Provides fallback API to handle encoding error. Objects of this class should only be allocated using ...
Definition: encoder_fallback.h:15