Uses of Class
lime.LimeException

Packages that use LimeException
Default Package   
lime   
lime.motes   
 

Uses of LimeException in
 

Methods in Default Package that throw LimeException
static void InteractiveAgent.main(java.lang.String[][] args)
           
 

Constructors in Default Package that throw LimeException
InteractiveAgent()
           
 

Uses of LimeException in lime
 

Subclasses of LimeException in lime
 class AgentCreationException
          Raised when it's impossible to create an agent in a Lime server.
 class NoSuchReactionException
          Raised when an agent attempts to deregister a reaction that has never been registered.
 class TupleSpaceEngineException
          Raised when a problem occurs in the underlying tuple space engine.
 

Uses of LimeException in lime.motes
 

Constructors in lime.motes that throw LimeException
MoteInteractiveAgent()