Uses of Class
com.asdf.common.PluginLoadException

Packages that use PluginLoadException
com.asdf.client Client component of the software. 
com.asdf.server Server component of the software. 
 

Uses of PluginLoadException in com.asdf.client
 

Methods in com.asdf.client that throw PluginLoadException
 CreateGamePanel PluginLoader.loadCreateGamePanel(java.lang.String className, long gameID, java.lang.String name)
          Tries to load and initialize CreateGamePanel with given className.
 GameController PluginLoader.loadGame(java.lang.String className, long gameID, java.lang.String name)
          Tries to load and initialize a GameController found in classDir in package className.
 java.lang.Object PluginLoader.loadObject(java.lang.String className)
          Tries to load and initialize an object.
 

Uses of PluginLoadException in com.asdf.server
 

Methods in com.asdf.server that throw PluginLoadException
static Game GameFactory.createGame(java.lang.String[] classDirs, java.lang.String className, Server server, long gameID, java.lang.String name)
          Tries to load and initialize a class found in classDir in package className.
static Game GameFactory.createGame(java.lang.String className, Server server, long gameID, java.lang.String name)
          Tries to load and initialize a class found in classDir in package className.