SIRF  3.5.0
Public Member Functions | List of all members
ExecutionStatus Class Reference

Execution status type. More...

#include "DataHandle.h"

Public Member Functions

 ExecutionStatus (const std::string &error, const std::string &file, int line)
 
 ExecutionStatus (const ExecutionStatus &s)
 
 ExecutionStatus (const LocalisedException &ex)
 
const std::string & error () const
 
const std::string & file () const
 
int line () const
 

Detailed Description

Execution status type.

An ExecutionStatus object is created when an exception is caught (see above). It stores the exeption's error message and position (file name and line number).


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