HiRISE
 libHiRISE

Public Member Functions

Invalid_Argument Struct Reference

Invalid_Argument exception. More...

#include <Exceptions.hh>

Inheritance diagram for Invalid_Argument:
Inheritance graph
[legend]
Collaboration diagram for Invalid_Argument:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 Invalid_Argument (const std::string &message="", const char *caller_id=NULL)
 Constructs an Invalid_Argument Error with a message.

Detailed Description

Invalid_Argument exception.

An invalid or otherwise unrecognized argument value was detected.


Constructor & Destructor Documentation

Invalid_Argument ( const std::string &  message = "",
const char *  caller_id = NULL 
) [inline, explicit]

Constructs an Invalid_Argument Error with a message.

Parameters:
messageThe message string. Default: ""
caller_idAn optional C-string identifying the source of the Error. Default: NULL

The documentation for this struct was generated from the following file: