CMS 3D CMS Logo

Throw.cc

Go to the documentation of this file.
00001 #include "Utilities/StorageFactory/src/Throw.h"
00002 #include "FWCore/Utilities/interface/Exception.h"
00003 
00004 void
00005 throwStorageError (const char *context, const char *call, int error)
00006 {
00007   throw cms::Exception (context)
00008     << call << " failed with system error '"
00009     << strerror (error) << "' (error code " << error << ")";
00010 }

Generated on Tue Jun 9 17:48:54 2009 for CMSSW by  doxygen 1.5.4