Uses of Package
mmud.exceptions
Packages that use mmud.exceptions
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.
-
Classes in mmud.exceptions used by mmud.commandsClassDescriptionThe main exception of the mud.A person could not be found.
-
Classes in mmud.exceptions used by mmud.commands.communicationClassDescriptionThe main exception of the mud.A person could not be found.
-
Classes in mmud.exceptions used by mmud.commands.guild
-
Classes in mmud.exceptions used by mmud.commands.items
-
Classes in mmud.exceptions used by mmud.commands.movement
-
Classes in mmud.exceptions used by mmud.databaseClassDescriptionA checked exception indicating that a value did not match the regular expression.
-
Classes in mmud.exceptions used by mmud.database.entities.characters
-
Classes in mmud.exceptions used by mmud.database.entities.game
-
Classes in mmud.exceptions used by mmud.database.entities.items
-
Classes in mmud.exceptions used by mmud.database.entities.web
-
Classes in mmud.exceptions used by mmud.exceptionsClassDescriptionThe main exception of the mud.This exception is automatically mapped to a nice WebApplicationException, using a
CustomWebExceptionMapper
. -
Classes in mmud.exceptions used by mmud.rest.services
-
Classes in mmud.exceptions used by mmud.services