Uses of Package
org.starhope.appius.except

Packages that use org.starhope.appius.except
com.tootsville   
com.tootsville.npc   
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.server   
org.starhope.appius.sql   
org.starhope.appius.sys.op   
org.starhope.appius.types   
org.starhope.appius.user   
org.starhope.appius.util   
 

Classes in org.starhope.appius.except used by com.tootsville
PrivilegeRequiredException
          WRITEME
 

Classes in org.starhope.appius.except used by com.tootsville.npc
NotFoundException
          NotFoundException.java (org.starhope.appius.util) An exception thrown because something doesn't exist or couldn't be found.
 

Classes in org.starhope.appius.except used by org.starhope.appius.game
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
          NotFoundException.java (org.starhope.appius.util) An exception thrown because something doesn't exist or couldn't be found.
 

Classes in org.starhope.appius.except used by org.starhope.appius.game.npc
NotFoundException
          NotFoundException.java (org.starhope.appius.util) An exception thrown because something doesn't exist or couldn't be found.
 

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
          NotFoundException.java (org.starhope.appius.util) An exception thrown because something doesn't exist or couldn't be found.
 

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
          NotFoundException.java (org.starhope.appius.util) An exception thrown because something doesn't exist or couldn't be found.
 

Classes in org.starhope.appius.except used by org.starhope.appius.pay
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
          NotFoundException.java (org.starhope.appius.util) An exception thrown because something doesn't exist or couldn't be found.
 

Classes in org.starhope.appius.except used by org.starhope.appius.pay.util
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
          NotFoundException.java (org.starhope.appius.util) An exception thrown because something doesn't exist or couldn't be found.
 

Classes in org.starhope.appius.except used by org.starhope.appius.server
NotFoundException
          NotFoundException.java (org.starhope.appius.util) An exception thrown because something doesn't exist or couldn't be found.
PrivilegeRequiredException
          WRITEME
 

Classes in org.starhope.appius.except used by org.starhope.appius.sql
NotFoundException
          NotFoundException.java (org.starhope.appius.util) An exception thrown because something doesn't exist or couldn't be found.
NotImplementedException
           
 

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
          NotFoundException.java (org.starhope.appius.util) An exception thrown because something doesn't exist or couldn't be found.
 

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.
 

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
          NotFoundException.java (org.starhope.appius.util) An exception thrown because something doesn't exist or couldn't be found.
PrivilegeRequiredException
          WRITEME
 

Classes in org.starhope.appius.except used by org.starhope.appius.util
NotFoundException
          NotFoundException.java (org.starhope.appius.util) An exception thrown because something doesn't exist or couldn't be found.