Skip to content

Latest commit

 

History

History
88 lines (59 loc) · 1.65 KB

exceptions.rst

File metadata and controls

88 lines (59 loc) · 1.65 KB

Exceptions

mosromgr.exc

The module's exceptions and warnings are typically imported like so:

from mosromgr.exc import MosRoMgrException

The library's base warning is MosRoMgrWarning and others are detailed below.

Errors

MosRoMgrException

mosromgr.exc.MosRoMgrException

UnknownMosFileType

mosromgr.exc.UnknownMosFileType

MosMergeError

mosromgr.exc.MosMergeError

MosCompletedMergeError

mosromgr.exc.MosCompletedMergeError

InvalidMosCollection

mosromgr.exc.InvalidMosCollection

MosInvalidXML

mosromgr.exc.MosInvalidXML

Warnings

MosRoMgrWarning

mosromgr.exc.MosRoMgrWarning

MosMergeNonStrictWarning

mosromgr.exc.MosMergeNonStrictWarning

ItemNotFoundWarning

mosromgr.exc.ItemNotFoundWarning

StoryNotFoundWarning

mosromgr.exc.StoryNotFoundWarning

DuplicateStoryWarning

mosromgr.exc.DuplicateStoryWarning