Uses of Package
org.starhope.appius.except

Packages that use org.starhope.appius.except
com.tootsville.game   
org.starhope.appius.except   
org.starhope.appius.game   
org.starhope.appius.game.inventory   
org.starhope.appius.game.inventory.collections   
org.starhope.appius.game.npc   
org.starhope.appius.game.npc.plebeian   
org.starhope.appius.geometry   
org.starhope.appius.mb   
org.starhope.appius.messaging   
org.starhope.appius.net   
org.starhope.appius.pay   
org.starhope.appius.pay.util   
org.starhope.appius.physica   
org.starhope.appius.sql   
org.starhope.appius.sys.admin   
org.starhope.appius.sys.op   
org.starhope.appius.test   
org.starhope.appius.types   
org.starhope.appius.user   
org.starhope.appius.user.events   
org.starhope.appius.user.notifications   
org.starhope.appius.util   
org.starhope.appius.via   
org.starhope.catullus   
org.starhope.util.types   
org.starhope.vergil.net   
 

Classes in org.starhope.appius.except used by com.tootsville.game
UserDeadException
          WRITEME: The documentation for this type (UserDeadException) is incomplete.
 

Classes in org.starhope.appius.except used by org.starhope.appius.except
DataException
          A DataException is thrown when a parameter that is passed into some Star-Hope routine or other is invalid, out-of-range, or badly-formed.
 

Classes in org.starhope.appius.except used by org.starhope.appius.game
AlreadyExistsException
           
DataException
          A DataException is thrown when a parameter that is passed into some Star-Hope routine or other is invalid, out-of-range, or badly-formed.
GameLogicException
          An exception which can be thrown in the database code, that reflects something that's less of a data-consistency error, and more of a game logic issue.
NotFoundException
          An exception returned in the case that some kind of asset cannot be found in the underlying data store, usually database table.
NotReadyException
          WRITEME: The documentation for this type (NotReadyException) is incomplete.
PrivilegeRequiredException
          WRITEME
UserDeadException
          WRITEME: The documentation for this type (UserDeadException) is incomplete.
 

Classes in org.starhope.appius.except used by org.starhope.appius.game.inventory
AlreadyUsedException
           
GameLogicException
          An exception which can be thrown in the database code, that reflects something that's less of a data-consistency error, and more of a game logic issue.
NotFoundException
          An exception returned in the case that some kind of asset cannot be found in the underlying data store, usually database table.
NotReadyException
          WRITEME: The documentation for this type (NotReadyException) is incomplete.
 

Classes in org.starhope.appius.except used by org.starhope.appius.game.inventory.collections
AlreadyExistsException
           
NotFoundException
          An exception returned in the case that some kind of asset cannot be found in the underlying data store, usually database table.
NotReadyException
          WRITEME: The documentation for this type (NotReadyException) is incomplete.
 

Classes in org.starhope.appius.except used by org.starhope.appius.game.npc
AlreadyExistsException
           
ForbiddenUserException
          This exception is thrown in registration and similar code to denote that an user is forbidden from registering, probably because they were previously banned.
GameLogicException
          An exception which can be thrown in the database code, that reflects something that's less of a data-consistency error, and more of a game logic issue.
NotFoundException
          An exception returned in the case that some kind of asset cannot be found in the underlying data store, usually database table.
NotReadyException
          WRITEME: The documentation for this type (NotReadyException) is incomplete.
PrivilegeRequiredException
          WRITEME
UserDeadException
          WRITEME: The documentation for this type (UserDeadException) is incomplete.
 

Classes in org.starhope.appius.except used by org.starhope.appius.game.npc.plebeian
GameLogicException
          An exception which can be thrown in the database code, that reflects something that's less of a data-consistency error, and more of a game logic issue.
NotFoundException
          An exception returned in the case that some kind of asset cannot be found in the underlying data store, usually database table.
PrivilegeRequiredException
          WRITEME
UserDeadException
          WRITEME: The documentation for this type (UserDeadException) is incomplete.
 

Classes in org.starhope.appius.except used by org.starhope.appius.geometry
ParameterException
           
 

Classes in org.starhope.appius.except used by org.starhope.appius.mb
AlreadyUsedException
           
DataException
          A DataException is thrown when a parameter that is passed into some Star-Hope routine or other is invalid, out-of-range, or badly-formed.
GameLogicException
          An exception which can be thrown in the database code, that reflects something that's less of a data-consistency error, and more of a game logic issue.
NotFoundException
          An exception returned in the case that some kind of asset cannot be found in the underlying data store, usually database table.
NotReadyException
          WRITEME: The documentation for this type (NotReadyException) is incomplete.
 

Classes in org.starhope.appius.except used by org.starhope.appius.messaging
DataException
          A DataException is thrown when a parameter that is passed into some Star-Hope routine or other is invalid, out-of-range, or badly-formed.
NotFoundException
          An exception returned in the case that some kind of asset cannot be found in the underlying data store, usually database table.
 

Classes in org.starhope.appius.except used by org.starhope.appius.net
NotFoundException
          An exception returned in the case that some kind of asset cannot be found in the underlying data store, usually database table.
PrivilegeRequiredException
          WRITEME
UserDeadException
          WRITEME: The documentation for this type (UserDeadException) is incomplete.
 

Classes in org.starhope.appius.except used by org.starhope.appius.pay
AlreadyUsedException
           
DataException
          A DataException is thrown when a parameter that is passed into some Star-Hope routine or other is invalid, out-of-range, or badly-formed.
GameLogicException
          An exception which can be thrown in the database code, that reflects something that's less of a data-consistency error, and more of a game logic issue.
NotFoundException
          An exception returned in the case that some kind of asset cannot be found in the underlying data store, usually database table.
 

Classes in org.starhope.appius.except used by org.starhope.appius.pay.util
AlreadyUsedException
           
CredentialExpiredException
          This exception is thrown to indicate that a credential is no longer valid; typically, that a credit-card has expired.
DataException
          A DataException is thrown when a parameter that is passed into some Star-Hope routine or other is invalid, out-of-range, or badly-formed.
GameLogicException
          An exception which can be thrown in the database code, that reflects something that's less of a data-consistency error, and more of a game logic issue.
NotFoundException
          An exception returned in the case that some kind of asset cannot be found in the underlying data store, usually database table.
NotImplementedException
           
 

Classes in org.starhope.appius.except used by org.starhope.appius.physica
GameLogicException
          An exception which can be thrown in the database code, that reflects something that's less of a data-consistency error, and more of a game logic issue.
NotFoundException
          An exception returned in the case that some kind of asset cannot be found in the underlying data store, usually database table.
 

Classes in org.starhope.appius.except used by org.starhope.appius.sql
NotFoundException
          An exception returned in the case that some kind of asset cannot be found in the underlying data store, usually database table.
 

Classes in org.starhope.appius.except used by org.starhope.appius.sys.admin
NotFoundException
          An exception returned in the case that some kind of asset cannot be found in the underlying data store, usually database table.
NotReadyException
          WRITEME: The documentation for this type (NotReadyException) is incomplete.
PrivilegeRequiredException
          WRITEME
 

Classes in org.starhope.appius.except used by org.starhope.appius.sys.op
AlreadyExistsException
           
DataException
          A DataException is thrown when a parameter that is passed into some Star-Hope routine or other is invalid, out-of-range, or badly-formed.
ForbiddenUserException
          This exception is thrown in registration and similar code to denote that an user is forbidden from registering, probably because they were previously banned.
GameLogicException
          An exception which can be thrown in the database code, that reflects something that's less of a data-consistency error, and more of a game logic issue.
NotFoundException
          An exception returned in the case that some kind of asset cannot be found in the underlying data store, usually database table.
NotReadyException
          WRITEME: The documentation for this type (NotReadyException) is incomplete.
PrivilegeRequiredException
          WRITEME
 

Classes in org.starhope.appius.except used by org.starhope.appius.test
UserDeadException
          WRITEME: The documentation for this type (UserDeadException) is incomplete.
 

Classes in org.starhope.appius.except used by org.starhope.appius.types
DataException
          A DataException is thrown when a parameter that is passed into some Star-Hope routine or other is invalid, out-of-range, or badly-formed.
GameLogicException
          An exception which can be thrown in the database code, that reflects something that's less of a data-consistency error, and more of a game logic issue.
NotFoundException
          An exception returned in the case that some kind of asset cannot be found in the underlying data store, usually database table.
 

Classes in org.starhope.appius.except used by org.starhope.appius.user
AlreadyExistsException
           
AlreadyUsedException
           
ForbiddenUserException
          This exception is thrown in registration and similar code to denote that an user is forbidden from registering, probably because they were previously banned.
GameLogicException
          An exception which can be thrown in the database code, that reflects something that's less of a data-consistency error, and more of a game logic issue.
NonSufficientFundsException
           This exception may be thrown for a purchase attempt by a player who does not have enough (in-game) currency to afford the item being purchased.
NotFoundException
          An exception returned in the case that some kind of asset cannot be found in the underlying data store, usually database table.
NotReadyException
          WRITEME: The documentation for this type (NotReadyException) is incomplete.
PrivilegeRequiredException
          WRITEME
UserDeadException
          WRITEME: The documentation for this type (UserDeadException) is incomplete.
 

Classes in org.starhope.appius.except used by org.starhope.appius.user.events
AlreadyExistsException
           
GameLogicException
          An exception which can be thrown in the database code, that reflects something that's less of a data-consistency error, and more of a game logic issue.
NonSufficientFundsException
           This exception may be thrown for a purchase attempt by a player who does not have enough (in-game) currency to afford the item being purchased.
NotFoundException
          An exception returned in the case that some kind of asset cannot be found in the underlying data store, usually database table.
NotReadyException
          WRITEME: The documentation for this type (NotReadyException) is incomplete.
 

Classes in org.starhope.appius.except used by org.starhope.appius.user.notifications
NotFoundException
          An exception returned in the case that some kind of asset cannot be found in the underlying data store, usually database table.
 

Classes in org.starhope.appius.except used by org.starhope.appius.util
NotFoundException
          An exception returned in the case that some kind of asset cannot be found in the underlying data store, usually database table.
NotReadyException
          WRITEME: The documentation for this type (NotReadyException) is incomplete.
UserDeadException
          WRITEME: The documentation for this type (UserDeadException) is incomplete.
 

Classes in org.starhope.appius.except used by org.starhope.appius.via
NotFoundException
          An exception returned in the case that some kind of asset cannot be found in the underlying data store, usually database table.
 

Classes in org.starhope.appius.except used by org.starhope.catullus
AlreadyUsedException
           
CredentialExpiredException
          This exception is thrown to indicate that a credential is no longer valid; typically, that a credit-card has expired.
DataException
          A DataException is thrown when a parameter that is passed into some Star-Hope routine or other is invalid, out-of-range, or badly-formed.
ForbiddenUserException
          This exception is thrown in registration and similar code to denote that an user is forbidden from registering, probably because they were previously banned.
NotFoundException
          An exception returned in the case that some kind of asset cannot be found in the underlying data store, usually database table.
NotReadyException
          WRITEME: The documentation for this type (NotReadyException) is incomplete.
ParameterException
           
SerialDataException
          An exception thrown if there is a problem with serialized data
 

Classes in org.starhope.appius.except used by org.starhope.util.types
UserDeadException
          WRITEME: The documentation for this type (UserDeadException) is incomplete.
 

Classes in org.starhope.appius.except used by org.starhope.vergil.net
UserDeadException
          WRITEME: The documentation for this type (UserDeadException) is incomplete.