Uses of Package
org.starhope.appius.except

Packages that use org.starhope.appius.except
org.starhope.appius.game   
org.starhope.appius.game.npc   
org.starhope.appius.mb   
org.starhope.appius.messaging   
org.starhope.appius.pay   
org.starhope.appius.pay.util   
org.starhope.appius.sql   
org.starhope.appius.sys.op   
org.starhope.appius.types   
org.starhope.appius.user   
org.starhope.appius.util   
org.starhope.appius.via   
 

Classes in org.starhope.appius.except used by org.starhope.appius.game
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.
PrivilegeRequiredException
          WRITEME
UserDeadException
          TODO: The documentation for this type (UserDeadException) is incomplete.
 

Classes in org.starhope.appius.except used by org.starhope.appius.game.npc
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
          TODO: The documentation for this type (UserDeadException) is incomplete.
 

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.
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.
NotImplementedException
           
 

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.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
           
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.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.op
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.
PrivilegeRequiredException
          WRITEME
 

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.
PrivilegeRequiredException
          WRITEME
UserDeadException
          TODO: The documentation for this type (UserDeadException) is incomplete.
 

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.
UserDeadException
          TODO: The documentation for this type (UserDeadException) is incomplete.
 

Classes in org.starhope.appius.except used by org.starhope.appius.via
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
          TODO: The documentation for this type (UserDeadException) is incomplete.