Uses of Class
mmud.exceptions.MudException
Packages that use MudException
Package
Description
Provides the different commands possible for players.
Provides the JPA Database Entities for Characters.
Provides the JPA Database Entities.
Provides the JPA Database Entities for item definitions and item instances.
Provides the JPA Database Entities for information regarding website scripts.
Provides the Enterprise Java Beans used for the REST services.
-
Uses of MudException in mmud.commands
Methods in mmud.commands that throw MudExceptionModifier and TypeMethodDescriptionprotected DisplayInterfaceprotected DisplayInterfaceprotected DisplayInterfaceprotected DisplayInterfaceprotected abstract DisplayInterfaceRun an action without a target.protected DisplayInterfaceprotected DisplayInterfaceprotected DisplayInterfaceprotected DisplayInterfaceprotected abstract DisplayInterfaceRun the action command to a target.voidCommandFactory.UserCommandInfo.deactivateCommand()Use this method when the command that had to be run, throws an exception.Runs the command.abstract DisplayInterface -
Uses of MudException in mmud.commands.communication
Methods in mmud.commands.communication that throw MudExceptionModifier and TypeMethodDescriptionprotected DisplayInterfaceprotected DisplayInterfaceprotected DisplayInterfaceDoes not compute, TellCommand requires a target name.protected DisplayInterfaceprotected DisplayInterfaceprotected DisplayInterfaceprotected DisplayInterfaceSpecial case again, because this whisper has a very different message when whispering to people. -
Uses of MudException in mmud.commands.guild
Methods in mmud.commands.guild that throw MudExceptionModifier and TypeMethodDescription -
Uses of MudException in mmud.commands.items
Methods in mmud.commands.items that throw MudExceptionModifier and TypeMethodDescriptionTries out the buy command.Tries out the sell command. -
Uses of MudException in mmud.commands.movement
Methods in mmud.commands.movement that throw MudExceptionModifier and TypeMethodDescription -
Uses of MudException in mmud.database.entities.characters
Methods in mmud.database.entities.characters that throw MudExceptionModifier and TypeMethodDescriptionvoidUser.activate()activate a characterPerson.getBody()Person.getImage()Person.getMainTitle()Person.getStatistics()Display statistics .User.getStatistics()voidSets the name of the person.voidUser.setNewpassword(String newpassword) Sets the password of the person. -
Uses of MudException in mmud.database.entities.game
Methods in mmud.database.entities.game that throw MudExceptionModifier and TypeMethodDescriptionBoard.getBody()DisplayInterface.getBody()The body to be displayed on the screen.Guild.getBody()This is primarily used for displaying the current status of the guild to a member of the guild.Board.getImage()DisplayInterface.getImage()Returns an url pointing to an image.Board.getMainTitle()DisplayInterface.getMainTitle()The title as visible on the screen.voidSets the guildmaster of this guild. -
Uses of MudException in mmud.database.entities.items
Methods in mmud.database.entities.items that throw MudException -
Uses of MudException in mmud.database.entities.web
Methods in mmud.database.entities.web that throw MudExceptionModifier and TypeMethodDescriptionvoidCharacterInfo.setHomepageurl(String homepageurl) voidCharacterInfo.setImageurl(String imageurl) voidCharacterInfo.setStoryline(String storyline) -
Uses of MudException in mmud.exceptions
Subclasses of MudException in mmud.exceptionsModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassA person could not be found.classA checked exception indicating that a value did not match the regular expression. -
Uses of MudException in mmud.rest.services
Methods in mmud.rest.services that throw MudException -
Uses of MudException in mmud.services
Methods in mmud.services that throw MudExceptionModifier and TypeMethodDescriptionvoidPersonCommunicationService.clearLog()Clears the log.Returns the log starting from the offset, or an empty string if the offset is past the length of the log.voidGuildCommunicationService.sendMessage(String aMessage) communication method to everyone in the guild, that is active.voidGuildCommunicationService.sendMessage(Person aPerson, String aMessage) character communication method to everyone in the guild.voidRoomCommunicationService.sendMessage(String aMessage) room communication method to everyone in the room.voidRoomCommunicationService.sendMessage(Person aPerson, String aMessage) character communication method to everyone in the room.voidRoomCommunicationService.sendMessage(Person aPerson, Person aSecondPerson, String aMessage) character communication method to everyone in the room.voidRoomCommunicationService.sendMessageExcl(Person aPerson, String aMessage) character communication method to everyone in the room excluded the person mentioned in the parameters.voidRoomCommunicationService.sendMessageExcl(Person aPerson, Person aSecondPerson, String aMessage) character communication method to everyone in the room except to the two persons mentioned in the header.voidPersonCommunicationService.writeMessage(String aMessage) writes a message to the log file of the character that contains all communication and messages.voidPersonCommunicationService.writeMessage(Person aSource, String aMessage) writes a message to the log file of the character that contains all communication and messages.voidPersonCommunicationService.writeMessage(Person aSource, Person aTarget, String aMessage) writes a message to the log file of the character that contains all communication and messages.