intficpy.exceptions module¶
-
exception
intficpy.exceptions.AbortTurn¶ Bases:
ExceptionAbort the current turn. Error message will not be printed.
-
exception
intficpy.exceptions.DeserializationError¶ Bases:
ExceptionError deserializing a value during game load
-
exception
intficpy.exceptions.IFPError¶ Bases:
Exception
-
exception
intficpy.exceptions.NoMatchingSuggestion(query, options, matches)¶ Bases:
Exception
-
exception
intficpy.exceptions.ObjectMatchError¶ Bases:
intficpy.exceptions.ParserErrorNo matching IFPObject could be found for either the direct or indirect object in the player command
-
exception
intficpy.exceptions.OutOfRange¶ Bases:
intficpy.exceptions.ParserErrorThe specified object is out of range for the current verb
-
exception
intficpy.exceptions.ParserError¶ Bases:
ExceptionError parsing the player command
-
exception
intficpy.exceptions.Unserializable¶ Bases:
ExceptionThe item is not serializable by the save system.
-
exception
intficpy.exceptions.VerbDefinitionError¶ Bases:
ExceptionA verb is defined in an incorrect or inconsistent way
-
exception
intficpy.exceptions.VerbMatchError¶ Bases:
intficpy.exceptions.ParserErrorNo matching verb could be identified from the player input