#include <Statexc.hh>
Inheritance diagram for RazorBack::Toofewexc_:
Public Methods | |
Toofewexc_ (const char *Thnm, const char *Name, unsigned int No=0, bool F=false) | |
ctor: Thnm is the name of the method throwing the exception, Name is the name of the variable that should have been more, No is the number that was too few, F is the severity indicator (false, the default, is non-fatal, true is fatal). | |
const string& | varname () const |
Returns the name of the thing that should have been higher. | |
unsigned int | no () const |
Returns the number that was not high enough. | |
Private Methods | |
Toofewexc_ () | |
Private Attributes | |
string | Varname |
the thing that was not enough. | |
unsigned int | N |
the number that was too low. |
Usage: throw(Statexc_("bad_function", N)
Definition at line 38 of file Statexc.hh.
|
ctor: Thnm is the name of the method throwing the exception, Name is the name of the variable that should have been more, No is the number that was too few, F is the severity indicator (false, the default, is non-fatal, true is fatal).
|
|
|
|
Returns the name of the thing that should have been higher.
Definition at line 59 of file Statexc.hh. |
|
Returns the number that was not high enough.
Definition at line 62 of file Statexc.hh. |
|
the thing that was not enough.
Definition at line 43 of file Statexc.hh. |
|
the number that was too low.
Definition at line 44 of file Statexc.hh. |