Package cjklib :: Module exception
[hide private]
[frames] | no frames]

Module exception

source code

Provides the error classes raised by the functions of the cjklib module.

Classes [hide private]
    Exceptions
  ConversionError
A ConversionError is raised on a general conversion exception (e.g.
  AmbiguousConversionError
An AmbiguousConversionError is raised when a conversion of one entity from one reading to another is ambiguous.
  DecompositionError
A DecompositionError is raised on a general decomposition exception (e.g.
  AmbiguousDecompositonError
An AmbiguousDecompositonError is raised when decomposition of a string written in a reading is ambiguous.
  InvalidEntityError
An InvalidEntityError is raised when a reading entity given (e.g.
  NoInformationError
A NoInformationError is raised when the database lacks information for the given lookup value.
  UnsupportedError
An UnsupportedError is raised when the given option is not supported.