Uses of Class
be.SIRAPRISE.client.IllegalServerCommandException

Packages that use IllegalServerCommandException
be.SIRAPRISE.client   
 

Uses of IllegalServerCommandException in be.SIRAPRISE.client
 

Methods in be.SIRAPRISE.client that throw IllegalServerCommandException
static ServerCommand ServerCommand.getCommandObjectFor(java.lang.String commandName, java.lang.String commandContent)
          Factory method for obtaining command objects, given a command name and the corresponding command options in texutal format
static ServerCommand ServerCommand.getCommandObjectFrom(java.lang.String commandText)
          Factory method for obtaining command objects, given a fulltext command such as "ASSERT R,R(...)" or "CMD(...)CMD(...)"