CGEM BOSS 6.6.5.g
BESIII Offline Software System
|
Describes an exception that happens when the total number of blocks I'm managing is bigger than the one I was asked to manage initially. More...
Go to the source code of this file.
Classes | |
class | eformat::TooBigCountIssue |
Namespaces | |
namespace | eformat |
Macros | |
#define | EFORMAT_TOO_BIG_COUNT(count, maxcount) eformat::TooBigCountIssue(ERS_HERE, ers::error, count, maxcount) |
Describes an exception that happens when the total number of blocks I'm managing is bigger than the one I was asked to manage initially.
Definition in file TooBigCountIssue.h.
#define EFORMAT_TOO_BIG_COUNT | ( | count, | |
maxcount | |||
) | eformat::TooBigCountIssue(ERS_HERE, ers::error, count, maxcount) |
Simplifies the use of this Issue
count | The number of blocks I was asked to deal with |
maxcount | The maximum number of blocks I can deal with |
Definition at line 68 of file TooBigCountIssue.h.