#include <icuerrorcode.h>
Definition at line 45 of file icuerrorcode.h.
◆ IcuErrorCode()
tesseract::IcuErrorCode::IcuErrorCode |
( |
| ) |
|
|
default |
◆ ~IcuErrorCode()
tesseract::IcuErrorCode::~IcuErrorCode |
( |
| ) |
|
|
override |
Definition at line 22 of file icuerrorcode.cpp.
22 {
23 if (isFailure()) {
25 }
26}
void handleFailure() const override
◆ handleFailure()
void tesseract::IcuErrorCode::handleFailure |
( |
| ) |
const |
|
inlineoverrideprotected |
Definition at line 51 of file icuerrorcode.h.
51 {
52 tprintf(
"ICU ERROR: %s\n", errorName());
53 exit(errorCode);
54 }
void tprintf(const char *format,...)
The documentation for this class was generated from the following files:
- /media/home/debian/src/github/tesseract-ocr/tesseract/src/training/unicharset/icuerrorcode.h
- /media/home/debian/src/github/tesseract-ocr/tesseract/src/training/unicharset/icuerrorcode.cpp