Abstract base class for exceptions thrown from CAD Exchanger.
More...
|
typedef std::shared_ptr< internal::Base_ExceptionImpl > | ImplPtrType |
|
Abstract base class for exceptions thrown from CAD Exchanger.
All of the exceptions thrown from the SDK functions inherit this base class (except for LicenseManager_LicenseError). Specify this class in the catch block in case you want to catch all of the exceptions thrown by CAD Exchanger.
- See also
- LicenseManager_LicenseError, Error handling
- Examples
- visualization/offscreen/main.cxx.