|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||