HiRISE
 libHiRISE

Public Member Functions

Error Struct Reference

Error exception. More...

#include <Exceptions.hh>

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

List of all members.

Public Member Functions

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

Detailed Description

Error exception.

An unrecoverable error condition.


Constructor & Destructor Documentation

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

Constructs an Error Exception with a message.

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

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