ArcGIS Procedural Runtime
3.2.10650
|
#include <Exception.h>
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 () |
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.