#include "Utilities/StorageFactory/src/Throw.h"
#include "FWCore/Utilities/interface/Exception.h"
#include <ostream>
#include <cstring>
Go to the source code of this file.
Functions | |
void | throwStorageError (const char *category, const char *context, const char *call, int error) |
void | throwStorageError (edm::errors::ErrorCodes category, const char *context, const char *call, int error) |
void throwStorageError | ( | const char * | category, |
const char * | context, | ||
const char * | call, | ||
int | error | ||
) |
Definition at line 6 of file Throw.cc.
References cms::Exception::addContext(), validateAlignments::category, visDQMUpload::context, and relativeConstraints::error.
Referenced by edm::storage::File::close(), edm::storage::File::flush(), edm::storage::RemoteFile::get(), edm::storage::RemoteFile::local(), edm::storage::File::position(), edm::storage::File::read(), edm::storage::File::readv(), edm::storage::File::resize(), edm::storage::File::size(), edm::storage::File::sysduplicate(), edm::storage::File::sysopen(), edm::storage::File::syswrite(), edm::storage::File::syswritev(), and edm::storage::File::write().
void throwStorageError | ( | edm::errors::ErrorCodes | category, |
const char * | context, | ||
const char * | call, | ||
int | error | ||
) |
Definition at line 13 of file Throw.cc.
References cms::Exception::addContext(), validateAlignments::category, visDQMUpload::context, and relativeConstraints::error.