HFST - Helsinki Finite-State Transducer Technology - Python API  version 3.12.2
Public Member Functions | List of all members
HfstException Class Reference

Base class for HfstExceptions. More...

Inheritance diagram for HfstException:
ContextTransducersAreNotAutomataException EmptySetOfContextsException EmptyStringException EndOfStreamException FlagDiacriticsAreNotIdentitiesException FunctionNotImplementedException HfstFatalException HfstTransducerTypeMismatchException ImplementationTypeNotAvailableException IncorrectUtf8CodingException MetadataException MissingOpenFstInputSymbolTableException NotTransducerStreamException NotValidAttFormatException NotValidLexcFormatException NotValidPrologFormatException SpecifiedTypeRequiredException StateIndexOutOfBoundsException StateIsNotFinalException StreamCannotBeWrittenException StreamIsClosedException StreamNotReadableException SymbolNotFoundException TransducerHasWrongTypeException TransducerHeaderException TransducerIsCyclicException TransducersAreNotAutomataException TransducerTypeMismatchException

Public Member Functions

def what ()
 A message describing the error in more detail. More...
 

Detailed Description

Base class for HfstExceptions.

Holds its own name and the file and line number where it was thrown.

Member Function Documentation

def what ( )

A message describing the error in more detail.


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