exceptions

exceptions

Exceptions for game solver checks.

Classes

Name Description
CapacityChangedWarning For when a player has an invalid capacity.
MatchingError A generic exception for erroneous matching objects.
NoStableMatchingWarning For when a game does not have a complete stable matching.
PlayerExcludedWarning For when a player should be excluded from a game.
PreferencesChangedWarning For when a player has an invalid preference list.

CapacityChangedWarning

exceptions.CapacityChangedWarning()

For when a player has an invalid capacity.

MatchingError

exceptions.MatchingError(self, **kwargs)

A generic exception for erroneous matching objects.

NoStableMatchingWarning

exceptions.NoStableMatchingWarning()

For when a game does not have a complete stable matching.

PlayerExcludedWarning

exceptions.PlayerExcludedWarning()

For when a player should be excluded from a game.

PreferencesChangedWarning

exceptions.PreferencesChangedWarning()

For when a player has an invalid preference list.