libHiRISE
|
Out_of_Range exception. More...
#include <Exceptions.hh>
Public Member Functions | |
Out_of_Range (const std::string &message="", const char *caller_id=NULL) | |
Constructs an Out_of_Range Error with a message. |
Out_of_Range exception.
A value is outside the acceptable range.
Out_of_Range | ( | const std::string & | message = "" , |
const char * | caller_id = NULL |
||
) | [inline, explicit] |
Constructs an Out_of_Range Error with a message.
message | The message string. Default: "" |
caller_id | An optional C-string identifying the source of the Error. Default: NULL |