.. index:: pair: class; P1::CameraSdk::SdkException .. _doxid-class_p1_1_1_camera_sdk_1_1_sdk_exception: class P1::CameraSdk::SdkException ================================= .. toctree:: :hidden: Overview ~~~~~~~~ Base exception class for all exception thrown from the C++ API. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include class SdkException: public runtime_error { public: // fields :ref:`ErrorCode` :target:`mErrorCode`; // construction :target:`SdkException`(const SdkException& e2); :target:`SdkException`(:ref:`ErrorCode` errorCode = :ref:`kError`); :target:`SdkException`(const char* message, :ref:`ErrorCode` errorCode = :ref:`kError`); }; // direct descendants class :ref:`AnotherThreadPendingExc`; class :ref:`CameraCouldNotConnectExc`; class :ref:`CameraNotOpenExc`; class :ref:`ImageReceiveTimeoutExc`; class :ref:`NotificationAlreadyExistsExc`; class :ref:`NotificationTimeoutExc`; class :ref:`PropertyNotFoundExc`; class :ref:`PropertyOutOfRangeException`; class :ref:`PropertySetFailedException`; class :ref:`PropertyTypeNotFoundExc`; class :ref:`PropertyValueNotInListException`; class :ref:`PropertyWrongTypeExc`; class :ref:`SdkCameraNotFoundExc`; class :ref:`SdkFactoryErrorExc`; class :ref:`SdkNoFactoryExc`; class :ref:`SdkNotOpenExc`; class :ref:`SdkNotYetImplementedExc`; .. _details-class_p1_1_1_camera_sdk_1_1_sdk_exception: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Base exception class for all exception thrown from the C++ API. A child class would normally call this class' constructor to extract the human readable error message string. This string is then provided to the default ``std::exception`` class.