#include <Statexc.hh>
Inheritance diagram for RazorBack::Forgottenexc_:
Public Methods | |
Forgottenexc_ (const char *Thnm, const char *Forgotnm, bool F=false) | |
ctor: Thnm is the name of the method throwing the exception, Forgotnm is the name of the method that we forgot to invoke, F is the severity indicator (false, the default, is non-fatal, true is fatal). | |
const string& | forgotten_name () const |
Returns the name of the forgotten method. | |
Private Methods | |
Forgottenexc_ () | |
Private Attributes | |
string | Forgotten |
name of the method we forgot to invoke. |
|
ctor: Thnm is the name of the method throwing the exception, Forgotnm is the name of the method that we forgot to invoke, F is the severity indicator (false, the default, is non-fatal, true is fatal).
|
|
|
|
Returns the name of the forgotten method.
Definition at line 118 of file Statexc.hh. |
|
name of the method we forgot to invoke.
Definition at line 104 of file Statexc.hh. |