libCZI
Reading CZI documents made easy
|
Exception for signalling an incorrect plane-coordinate object. More...
#include <libCZI_exceptions.h>
Public Types | |
enum | ErrorCode { ErrorCode::SurplusDimension, ErrorCode::MissingDimension, ErrorCode::InvalidDimension, ErrorCode::CoordinateOutOfRange } |
Values that represent different error conditions. More... | |
Public Member Functions | |
LibCZIInvalidPlaneCoordinateException (const char *szErrMsg, ErrorCode code) | |
![]() | |
LibCZIException (const char *szErrMsg) | |
Exception for signalling an incorrect plane-coordinate object.
Values that represent different error conditions.
|
inline |
Constructor for the LibCZIInvalidPlaneCoordinateException. This type is used to signal that a plane-coordinate was determined to be invalid.
szErrMsg | Message describing the error. |
code | The error code. |