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
TransducerHasWrongTypeException Struct Reference

Transducer has wrong type. More...

#include <HfstExceptionDefs.h>

Inheritance diagram for TransducerHasWrongTypeException:
HfstException

Additional Inherited Members

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

Detailed Description

Transducer has wrong type.

This exception suggests that an HfstTransducer has not been properly initialized, probably due to a bug in the HFST library. Alternatively the default constructor of HfstTransducer has been called at some point.

See also
hfst::HfstTransducer()

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