libHiRISE
|
Invalid_Argument exception. More...
#include <Exceptions.hh>
Public Member Functions | |
Invalid_Argument (const std::string &message="", const char *caller_id=NULL) | |
Constructs an Invalid_Argument Error with a message. |
Invalid_Argument exception.
An invalid or otherwise unrecognized argument value was detected.
Invalid_Argument | ( | const std::string & | message = "" , |
const char * | caller_id = NULL |
||
) | [inline, explicit] |
Constructs an Invalid_Argument Error with a message.
message | The message string. Default: "" |
caller_id | An optional C-string identifying the source of the Error. Default: NULL |