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

Base class for HfstExceptions. Holds its own name and the file and line number where it was thrown. More...

#include <HfstExceptionDefs.h>

Inheritance diagram for HfstException:
ContextTransducersAreNotAutomataException EmptySetOfContextsException EndOfStreamException FunctionNotImplementedException HfstFatalException HfstTransducerTypeMismatchException ImplementationTypeNotAvailableException IncorrectUtf8CodingException MissingOpenFstInputSymbolTableException NotTransducerStreamException NotValidAttFormatException StateIndexOutOfBoundsException StateIsNotFinalException StreamCannotBeWrittenException StreamIsClosedException StreamNotReadableException TransducerHasWrongTypeException TransducerHeaderException TransducerIsCyclicException TransducersAreNotAutomataException TransducerTypeMismatchException

Public Member Functions

HFSTDLL std::string operator() (void) const
 Get the error message. More...
 

Detailed Description

Base class for HfstExceptions. Holds its own name and the file and line number where it was thrown.

Member Function Documentation

std::string operator() ( void  ) const

Get the error message.


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