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

The set of transducer pairs is empty. More...

#include <HfstExceptionDefs.h>

Inheritance diagram for EmptySetOfContextsException:
HfstException

Additional Inherited Members

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

Detailed Description

The set of transducer pairs is empty.

Thrown by rule functions in namespace hfst::rules. An example:

    HfstTransducerPairVector contexts; // contexts is empty
    HfstTransducer rest = hfst::rules::restriction
      (contexts, mapping, alphabet, twol_type, direction); 

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