Searched defs:IOException (Results 1 – 2 of 2) sorted by relevance
67 IOException() throw() : Exception("I/O exception") {} in IOException() function68 explicit IOException(const char* message) throw() : Exception(message) {} in IOException() function