BOSS 7.1.0
BESIII Offline Software System
Loading...
Searching...
No Matches
TooBigCountIssue.h File Reference

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...

#include "eformat/Issue.h"
#include <stdint.h>

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)
 

Detailed Description

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.

Author
Andre DOS ANJOS
Author
zhangy
Revision
1.1.1.1
Date
2009/06/19 07:35:41

Definition in file TooBigCountIssue.h.

Macro Definition Documentation

◆ EFORMAT_TOO_BIG_COUNT

#define EFORMAT_TOO_BIG_COUNT (   count,
  maxcount 
)     eformat::TooBigCountIssue(ERS_HERE, ers::error, count, maxcount)

Simplifies the use of this Issue

Parameters
countThe number of blocks I was asked to deal with
maxcountThe maximum number of blocks I can deal with

Definition at line 68 of file TooBigCountIssue.h.