Uses of Interface
autohit.common.AutohitErrorCodes

Packages that use AutohitErrorCodes
autohit.call   
autohit.common   
autohit.common.channels   
autohit.server   
autohit.server.service   
autohit.system.tellio   
autohit.universe   
autohit.vm   
 

Uses of AutohitErrorCodes in autohit.call
 

Classes in autohit.call that implement AutohitErrorCodes
 class CallException
          A CALL exception.
 

Uses of AutohitErrorCodes in autohit.common
 

Classes in autohit.common that implement AutohitErrorCodes
 class AutohitException
          A base exception for Autohit.
 

Uses of AutohitErrorCodes in autohit.common.channels
 

Classes in autohit.common.channels that implement AutohitErrorCodes
 class ChannelException
          A Channel exception.
 

Uses of AutohitErrorCodes in autohit.server
 

Classes in autohit.server that implement AutohitErrorCodes
 class ServerException
          A Server exception.
 

Uses of AutohitErrorCodes in autohit.server.service
 

Classes in autohit.server.service that implement AutohitErrorCodes
 class ServiceException
          A Service exception.
 

Uses of AutohitErrorCodes in autohit.system.tellio
 

Classes in autohit.system.tellio that implement AutohitErrorCodes
 class TellException
          A n exception.
 

Uses of AutohitErrorCodes in autohit.universe
 

Classes in autohit.universe that implement AutohitErrorCodes
 class UniverseException
          A Universe exception.
 

Uses of AutohitErrorCodes in autohit.vm
 

Classes in autohit.vm that implement AutohitErrorCodes
 class VMException
          A VM exception.
 



Test.