Exceptions
Table of Contents
Classes
- AccountNotFound
- Exception thrown when an account cannot be found in the database
- AlbumNotFound
- Exception thrown when an album entry cannot be found in the database
- AllianceInvitationNotFound
- Exception thrown when an alliance invitation cannot be found in the database
- AllianceNotFound
- Exception thrown when an alliance cannot be found in the database
- CachedPortNotFound
- Exception thrown when a CachedPort cannot be found in the database
- GalaxyNotFound
- Exception thrown when a galaxy cannot be found in the database
- GameNotFound
- Exception thrown when a game cannot be found in the database
- MissionNotPossible
- Exception thrown when a Mission is not able to be completed
(e.g. if a required location does not exist in the game).
- MissionStepNotFound
- Exception thrown when we query the step of a Mission that does
not exist (e.g. checking to see if the Mission is complete).
- PathNotFound
- Exception thrown when Plotter cannot find a Path
- PlayerNotFound
- Exception thrown when a player cannot be found in the database
- SectorNotFound
- Exception thrown when a sector cannot be found in the database
- SocialLoginInvalidType
- Exception thrown when a SocialLogin type is not valid
- UserError
- This exception should be used to pass an error message to the user.