Home
last modified time | relevance | path

Searched refs:uCodingError (Results 1 – 1 of 1) sorted by relevance

/dports/textproc/ucto/ucto-0.24.1/src/
H A Dtokenize.cxx91 class uCodingError: public std::runtime_error { class
93 explicit uCodingError( const string& s ): runtime_error( "ucto: coding problem:" + s ){}; in uCodingError() function in Tokenizer::uCodingError
107 throw uCodingError( "Unexpected character found in input. " + in convert()
112 throw uCodingError( "string decoding failed: (invalid inputEncoding '" in convert()