An exception thrown in case of a mvIMPACT::acquire::PROPHANDLING_PROP_VAL_TOO_SMALL error.
More...
#include <mvIMPACT_acquire.h>
|
| EValTooSmall (const std::string &msg, const std::string &errorOrigin) |
|
| EValTooSmall (const std::string &value, const std::string &minValue, const std::string &propName, const std::string &errorOrigin) |
|
int | getErrorCode (void) const |
| Returns a unique numerical representation for this error.
|
|
std::string | getErrorCodeAsString (void) const |
| Returns a string representation of the error associated with the exception.
|
|
std::string | getErrorOrigin (void) const |
| Returns information about the origin of the error.
|
|
std::string | getErrorString (void) const |
| Returns an error string containing information about the reason for the error.
|
|
virtual | ~EValTooSmall () throw () |
|
◆ EValTooSmall() [1/2]
EValTooSmall |
( |
const std::string & | msg, |
|
|
const std::string & | errorOrigin ) |
|
inlineexplicit |
◆ EValTooSmall() [2/2]
EValTooSmall |
( |
const std::string & | value, |
|
|
const std::string & | minValue, |
|
|
const std::string & | propName, |
|
|
const std::string & | errorOrigin ) |
|
inlineexplicit |
◆ ~EValTooSmall()
◆ getErrorCode()
int getErrorCode |
( |
void | | ) |
const |
|
inlineinherited |
Returns a unique numerical representation for this error.
- Examples
- Callback.cpp, CaptureToOpenGLMemory.cpp, CaptureToUserMemory.cpp, CaptureToUserMemory.legacy.cpp, ContinuousCapture.linux.cpp, ContinuousCaptureAllDevices.cpp, ContinuousCaptureAllDevices.linux.cpp, ContinuousCaptureAllDevices.win32.cpp, ContinuousCaptureDirectX.cpp, ContinuousCaptureToAVIFile.cpp, ContinuousCapture_BVS-3D-RV1.cpp, GenICamI2cUsage.cpp, GenericInterfaceLayout.cpp, GenericInterfaceLayout.legacy.cpp, Properties.cpp, Properties.legacy.cpp, SingleCapture.cpp, and SingleCaptureStorage.cpp.
◆ getErrorCodeAsString() [1/2]
static std::string getErrorCodeAsString |
( |
int | errorCode | ) |
|
|
inlinestaticinherited |
Returns a string representation of a error.
This function will return the name of the enum of the error code.
EXAMPLE
In case of error -2102 this function would return mvIMPACT::acquire::DMR_DRV_ALREADY_IN_USE, which is the error codes corresponding enum name.
- Parameters
-
[in] | errorCode | The error code to query a string representation for. |
◆ getErrorCodeAsString() [2/2]
std::string getErrorCodeAsString |
( |
void | | ) |
const |
|
inlineinherited |
Returns a string representation of the error associated with the exception.
This function will return the name of the enum of the error code.
EXAMPLE
In case of error -2102 this function would return mvIMPACT::acquire::DMR_DRV_ALREADY_IN_USE, which is the error codes corresponding enum name.
- Examples
- CaptureToMegaBuffer.cpp, CaptureToOpenGLMemory.cpp, CaptureToUserMemory.cpp, CaptureToUserMemory.legacy.cpp, ContinuousCapture.cpp, ContinuousCapture.linux.cpp, ContinuousCapture.win32.cpp, ContinuousCaptureAllDevices.cpp, ContinuousCaptureAllDevices.linux.cpp, ContinuousCaptureAllDevices.win32.cpp, ContinuousCaptureAllFormats.cpp, ContinuousCaptureAllFormats.win32.cpp, ContinuousCaptureFFmpeg.cpp, ContinuousCaptureGenDC.cpp, ContinuousCaptureMultiPart.cpp, ContinuousCaptureMultiPart.legacy.cpp, ContinuousCaptureOnlyProcessLatest.cpp, ContinuousCaptureOnlyProcessLatest.legacy.cpp, DigitalIOs.cpp, DigitalIOs.legacy.cpp, FirmwareUpdate.cpp, GenICamCallbackOnEvent.cpp, GenICamCommonSettingsUsage.cpp, GenICamCommonSettingsUsage.legacy.cpp, GenICamI2cUsage.cpp, GenICamInterfaceLayout.cpp, GenICamInterfaceLayout.legacy.cpp, GenICamSequencerParameterChangeAtRuntime.cpp, GenICamSequencerUsage.cpp, GenICamSequencerUsage.legacy.cpp, GenICamSequencerUsageWithPaths.cpp, GenICamSequencerUsageWithPaths.legacy.cpp, GenICamSmartFrameRecallUsage.cpp, GenICamSmartFrameRecallUsage.legacy.cpp, GigEVisionActionFeatures.cpp, SequenceCapture.cpp, SequenceCapture.win32.cpp, SingleCaptureMasterSlave.cpp, SingleCaptureMasterSlave.legacy.cpp, TimestampFeatures.cpp, and exampleHelper.h.
◆ getErrorOrigin()
std::string getErrorOrigin |
( |
void | | ) |
const |
|
inlineinherited |
Returns information about the origin of the error.
The string returned by this function will contain the name of the function and the line number where the exception was raised.
◆ getErrorString()
std::string getErrorString |
( |
void | | ) |
const |
|
inlineinherited |