Uses of Class
cz.cuni.amis.pogamut.base.communication.exception.CommunicationException

Packages that use CommunicationException
cz.cuni.amis.pogamut.base.communication.connection   
cz.cuni.amis.pogamut.base.communication.connection.exception   
cz.cuni.amis.pogamut.base.communication.mediator.exception   
cz.cuni.amis.pogamut.base.communication.parser   
cz.cuni.amis.pogamut.base.communication.parser.exception   
cz.cuni.amis.pogamut.base.communication.parser.impl.yylex   
cz.cuni.amis.pogamut.base.communication.translator.event   
cz.cuni.amis.pogamut.base.communication.translator.exception   
 

Uses of CommunicationException in cz.cuni.amis.pogamut.base.communication.connection
 

Methods in cz.cuni.amis.pogamut.base.communication.connection that throw CommunicationException
 WorldReader IWorldReaderProvider.getReader()
          To be used by (usually) IParser upon IParser.start() method call to obtain a world reader.
 WorldWriter IWorldWriterProvider.getWriter()
          To be used on ICommandSerializer.start() method to obtain a writer into the world.
 void IWorldConnection.setAddress(ADDRESS address)
          Sets the connection address to the object.
 

Uses of CommunicationException in cz.cuni.amis.pogamut.base.communication.connection.exception
 

Subclasses of CommunicationException in cz.cuni.amis.pogamut.base.communication.connection.exception
 class AlreadyConnectedException
          Thrown when some pre-connect method is invoked and IWorldConnection is already connected.
 class ConnectionException
          To be used by IWorldConnection / IReaderProvider / IWriterProvider implementors.
 

Uses of CommunicationException in cz.cuni.amis.pogamut.base.communication.mediator.exception
 

Subclasses of CommunicationException in cz.cuni.amis.pogamut.base.communication.mediator.exception
 class MediatorException
          To be used by the Mediators.
 

Uses of CommunicationException in cz.cuni.amis.pogamut.base.communication.parser
 

Methods in cz.cuni.amis.pogamut.base.communication.parser that throw CommunicationException
 InfoMessage IWorldMessageParser.parse()
          May block.
 

Uses of CommunicationException in cz.cuni.amis.pogamut.base.communication.parser.exception
 

Subclasses of CommunicationException in cz.cuni.amis.pogamut.base.communication.parser.exception
 class ParserEOFException
           
 class ParserException
          To be used by IParser implementors.
 

Uses of CommunicationException in cz.cuni.amis.pogamut.base.communication.parser.impl.yylex
 

Constructors in cz.cuni.amis.pogamut.base.communication.parser.impl.yylex that throw CommunicationException
YylexParser(IWorldReaderProvider readerProvider, IYylex yylex, IYylexObserver yylexObserver, IComponentBus eventBus, IAgentLogger logger)
           
 

Uses of CommunicationException in cz.cuni.amis.pogamut.base.communication.translator.event
 

Methods in cz.cuni.amis.pogamut.base.communication.translator.event that throw CommunicationException
 IWorldChangeEvent IWorldChangeEventOutput.getEvent()
          Returns next event of the world.
 

Uses of CommunicationException in cz.cuni.amis.pogamut.base.communication.translator.exception
 

Subclasses of CommunicationException in cz.cuni.amis.pogamut.base.communication.translator.exception
 class TranslatorException
          To be used by IWorldEventProducer implementors.
 



Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.