Searched refs:MapperException (Results 1 – 4 of 4) sorted by relevance
9 class MapperException : public std::exception class12 explicit MapperException(const std::string& message) : message(message) {} in MapperException() function in ipmi_flash::MapperException
53 throw MapperException("Unable to open /dev/mem"); in open()64 throw MapperException("Unable to map region"); in open()
38 catch (const MapperException& e) in setInitializedAndReturn()
135 throw MapperException("Unable to memory-map region"); in open()