HFST - Helsinki Finite-State Transducer Technology - C++ API  version 3.9.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
List of all members
ImplementationTypeNotAvailableException Struct Reference

The library required by the implementation type requested is not linked to HFST. More...

#include <HfstExceptionDefs.h>

Inheritance diagram for ImplementationTypeNotAvailableException:
HfstException

Additional Inherited Members

- Public Member Functions inherited from HfstException
HFSTDLL std::string operator() (void) const
 Get the error message. More...
 

Detailed Description

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");
} 

The documentation for this struct was generated from the following file: