FRIBParallelanalysis
1.0
FrameworkforMPIParalleldataanalysisatFRIB
|
Public Types | |
enum | { knTooLow, knTooHigh } |
Public Member Functions | |
CRangeError (int nLow, int nHigh, int nRequested, const char *pDoing) | |
CRangeError (int nLow, int nHigh, int nRequested, const std::string &rDoing) | |
CRangeError (const CRangeError &aCRangeError) | |
CRangeError | operator= (const CRangeError &aCRangeError) |
int | operator== (const CRangeError &aCRangeError) const |
int | operator!= (const CRangeError &aCRangeError) const |
int | getLow () const |
int | getHigh () const |
int | getRequested () const |
virtual const char * | ReasonText () const |
virtual int | ReasonCode () const |
![]() | |
CException (const char *pszAction) | |
CException (const std::string &rsAction) | |
CException (const CException &aCException) | |
CException & | operator= (const CException &aCException) |
int | operator== (const CException &aCException) const |
int | operator!= (const CException &rException) const |
const char * | getAction () const |
const char * | WasDoing () const |
Protected Member Functions | |
void | setLow (int am_nLow) |
void | setHigh (int am_nHigh) |
void | setRequested (int am_nRequested) |
void | UpdateReason () |
![]() | |
void | setAction (const char *pszAction) |
void | setAction (const std::string &rsAction) |
virtual void | DoAssign (const CException &rhs) |