|
HFST - Helsinki Finite-State Transducer Technology - C++ API
version 3.9.1
|
The library required by the implementation type requested is not linked to HFST. More...
#include <HfstExceptionDefs.h>
Additional Inherited Members | |
Public Member Functions inherited from HfstException | |
| HFSTDLL std::string | operator() (void) const |
| Get the error message. More... | |
The library required by the implementation type requested is not linked to HFST.
An example:
try {
HfstTransducer("foo", "bar", type);
} catch (ImplementationTypeNotAvailableException e) {
fprintf(stderr, "ERROR: Type requested is not available.\n");
}
1.8.7