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 DisplayInterface
protected DisplayInterface
protected DisplayInterface
protected DisplayInterface
protected abstract DisplayInterface
Run an action without a target.protected DisplayInterface
protected DisplayInterface
protected DisplayInterface
protected DisplayInterface
protected abstract DisplayInterface
Run the action command to a target.void
CommandFactory.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 DisplayInterface
protected DisplayInterface
protected DisplayInterface
Does not compute, TellCommand requires a target name.protected DisplayInterface
protected DisplayInterface
protected DisplayInterface
protected DisplayInterface
Special 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 TypeMethodDescriptionvoid
User.activate()
activate a characterPerson.getBody()
Person.getImage()
Person.getMainTitle()
Person.getStatistics()
Display statistics .User.getStatistics()
void
Sets the name of the person.void
User.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.void
Sets 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 TypeMethodDescriptionvoid
CharacterInfo.setHomepageurl
(String homepageurl) void
CharacterInfo.setImageurl
(String imageurl) void
CharacterInfo.setStoryline
(String storyline) -
Uses of MudException in mmud.exceptions
Subclasses of MudException in mmud.exceptionsModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
A person could not be found.class
A 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 TypeMethodDescriptionvoid
PersonCommunicationService.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.void
GuildCommunicationService.sendMessage
(String aMessage) communication method to everyone in the guild, that is active.void
GuildCommunicationService.sendMessage
(Person aPerson, String aMessage) character communication method to everyone in the guild.void
RoomCommunicationService.sendMessage
(String aMessage) room communication method to everyone in the room.void
RoomCommunicationService.sendMessage
(Person aPerson, String aMessage) character communication method to everyone in the room.void
RoomCommunicationService.sendMessage
(Person aPerson, Person aSecondPerson, String aMessage) character communication method to everyone in the room.void
RoomCommunicationService.sendMessageExcl
(Person aPerson, String aMessage) character communication method to everyone in the room excluded the person mentioned in the parameters.void
RoomCommunicationService.sendMessageExcl
(Person aPerson, Person aSecondPerson, String aMessage) character communication method to everyone in the room except to the two persons mentioned in the header.void
PersonCommunicationService.writeMessage
(String aMessage) writes a message to the log file of the character that contains all communication and messages.void
PersonCommunicationService.writeMessage
(Person aSource, String aMessage) writes a message to the log file of the character that contains all communication and messages.void
PersonCommunicationService.writeMessage
(Person aSource, Person aTarget, String aMessage) writes a message to the log file of the character that contains all communication and messages.