ArcGIS Procedural Runtime  3.2.10650
List of all members | Public Member Functions
prtx::StatusException Class Reference

#include <Exception.h>

Inheritance diagram for prtx::StatusException:
[legend]

Public Member Functions

prt::Status getStatus () const
 
 StatusException (prt::Status stat)
 
 StatusException (prt::Status stat, const std::string &details)
 
virtual const char * what () const throw ()
 

Detailed Description

Specialization of std::exception to transport a prt::Status code. If a StatusException is thrown within prtx, the prt function which is the entry point will report the associated prt:::Status.


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