Package vooga.gameEngine.exception

Exception Summary
GameInstantiationException An exception indicating that a specified type of AbstractGame was unable to be created.
IllegalNumberOfPlayersException Exception to be thrown when an AbstractGame is attempted to be played with an invalid number of players.
LevelLoadingException Exception to be thrown if there is an error in parsing an XML file representing a level.
MissingResourceException Exception to be thrown when a URL does not contain the desired information to be drawn from it.
SerializationException Exception to be thrown when an object cannot be serialized
VOOGAEngineException General exception for the VOOGA Game Engine.