Uses of Class
org.vizzini.VizziniRuntimeException

Packages that use VizziniRuntimeException
org.vizzini.game Provides core game classes for the game framework. 
org.vizzini.game.action Provides action classes for games in the game framework. 
org.vizzini.util Provides utility classes for the game framework. 
org.vizzini.util.tree Provides tree utility classes for the game framework. 
 

Uses of VizziniRuntimeException in org.vizzini.game
 

Subclasses of VizziniRuntimeException in org.vizzini.game
 class GameRuntimeException
          Provides a base runtime exception for the game framework.
 

Uses of VizziniRuntimeException in org.vizzini.game.action
 

Subclasses of VizziniRuntimeException in org.vizzini.game.action
 class IllegalActionRuntimeException
          Provides a runtime exception which indicates an illegal action has been encountered.
 

Uses of VizziniRuntimeException in org.vizzini.util
 

Subclasses of VizziniRuntimeException in org.vizzini.util
 class MalformedPropertyException
          Provides a runtime exception to signal that required properties are malformed.
 class MissingPropertyException
          Provides a runtime exception to signal that required properties are missing.
 

Uses of VizziniRuntimeException in org.vizzini.util.tree
 

Subclasses of VizziniRuntimeException in org.vizzini.util.tree
 class ChildNotAllowedException
          Provides a runtime exception to signal that a tree node does not allow children.
 



Copyright © 2007 Vizzini.org. All Rights Reserved. 2007.12.25.03.00.02