Uses of Class
autohit.server.ServerException

Packages that use ServerException
autohit.server.command   
autohit.server.invoker   
 

Uses of ServerException in autohit.server.command
 

Methods in autohit.server.command that throw ServerException
 java.lang.String CommandSet.execute()
          Execute the command.
 java.lang.String CommandSet.verify()
          Verify the Compile command.
 void CommandServerLocal.init(SystemContext c)
          Initialize.
 java.lang.String CommandServerLocal.execute(CommandAtom cmd)
          Execute a command.
 void CommandServer.init(SystemContext c)
          Initialize.
 java.lang.String CommandServer.execute(CommandAtom cmd)
          Execute a command.
 java.lang.String CommandSaveProps.execute()
          Execute the command.
 java.lang.String CommandSaveProps.verify()
          Verify the Save Props command.
 java.lang.String CommandRun.execute()
          Execute the command.
 java.lang.String CommandRun.verify()
          Verify the Compile command.
 java.lang.Object CommandRegistry.instance(int numeric)
          Get an instance of the command specified by the numeric
 java.lang.String CommandPS.execute()
          Execute the command.
 java.lang.String CommandPS.verify()
          Verify the Compile command.
 java.lang.String CommandProps.execute()
          Execute the command.
 java.lang.String CommandProps.verify()
          Verify the Compile command.
 java.lang.String CommandLoadProps.execute()
          Execute the command.
 java.lang.String CommandLoadProps.verify()
          Verify the Save Props command.
 java.lang.String CommandKill.execute()
          Execute the command.
 java.lang.String CommandKill.verify()
          Verify the Compile command.
 java.lang.String CommandDump.execute()
          Execute the command.
 java.lang.String CommandDump.verify()
          Verify the Compile command.
 java.lang.String CommandCompile.execute()
          Execute the command.
 java.lang.String CommandCompile.verify()
          Verify the Compile command.
abstract  java.lang.String Command.execute()
          Execute the command.
abstract  java.lang.String Command.verify()
          Verify the command.
 Receipt Command.call(SystemContext c, java.util.Vector cl)
          Execute the command.
protected  void Command.assertparam(boolean univ, boolean resp, boolean targ, boolean cobj, boolean cmd, boolean dobj)
          Assert the parameters.
 

Constructors in autohit.server.command that throw ServerException
CommandRegistry()
          Default Constructor.
CommandRegistry(java.io.InputStream is)
          Constructor to create and load from an input stream.
 

Uses of ServerException in autohit.server.invoker
 

Methods in autohit.server.invoker that throw ServerException
 CommandAtom SimTextCommand.create(java.lang.String command)
          This will create a command atom based on the command passed
 



Test.