HiRISE
 libHiRISE

Public Member Functions

Out_of_Range Struct Reference

Out_of_Range exception. More...

#include <Exceptions.hh>

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

List of all members.

Public Member Functions

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

Detailed Description

Out_of_Range exception.

A value is outside the acceptable range.


Constructor & Destructor Documentation

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

Constructs an Out_of_Range 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: