#include <Rangedimexc.hh>
Inheritance diagram for RazorBack::Badvalexc_:
Public Methods | |
Badvalexc_ (const char *Thnm, double Bad, bool F=false) | |
Constructs a bad value exception thrown by Thnm, with fatality indicator F. More... | |
double | bad_val () const |
Returns the "bad" value that caused the exception. | |
Protected Attributes | |
double | Badval |
bad argument. | |
Private Methods | |
Badvalexc_ () |
Stores the bad value. Usage: throw Badvalexc_("wrong_function", Badval)
Definition at line 75 of file Rangedimexc.hh.
|
Constructs a bad value exception thrown by Thnm, with fatality indicator F. Bad is the "bad value" that was not accepted for some reason. |
|
|
|
Returns the "bad" value that caused the exception.
Definition at line 92 of file Rangedimexc.hh. |
|
bad argument.
Definition at line 80 of file Rangedimexc.hh. |