Exception for signaling errors when evaluating a query.
More...
#include <libCZI_exceptions.h>
|
| enum | ErrorType { NonExistentDimension,
InternalError
} |
| | Values that represent different error conditions.
|
| |
Exception for signaling errors when evaluating a query.
◆ LibCZIQueryExecutionException() [1/2]
| libCZI::LibCZIQueryExecutionException::LibCZIQueryExecutionException |
( |
const char * |
szErrMsg, |
|
|
ErrorType |
errorType |
|
) |
| |
|
inlineexplicit |
Constructor for the LibCZIQueryExecutionException-exception. This exception is used to signal errors when evaluating a query.
- Parameters
-
| szErrMsg | Message describing the error. |
| errorType | Type of the error. |
◆ LibCZIQueryExecutionException() [2/2]
| libCZI::LibCZIQueryExecutionException::LibCZIQueryExecutionException |
( |
const std::string & |
errMsg, |
|
|
ErrorType |
errorType |
|
) |
| |
|
inlineexplicit |
Constructor for the LibCZIQueryExecutionException-exception. This exception is used to signal errors when evaluating a query.
- Parameters
-
| errMsg | Message describing the error. |
| errorType | Type of the error. |
◆ GetErrorType()
| ErrorType libCZI::LibCZIQueryExecutionException::GetErrorType |
( |
| ) |
const |
|
inline |
Gets error type
- Returns
- The error type.
The documentation for this class was generated from the following file: