Uses of Class
c408h008.common.exceptions.OEException

Packages that use OEException
c408h008.common.exceptions   
 

Uses of OEException in c408h008.common.exceptions
 

Subclasses of OEException in c408h008.common.exceptions
 class BufferOutOfRangeException
          Exception that is thrown when move, mark, select, and guard commands are executed at a position outside the range of the buffer [0..size(buffer)].
 class ClientNameInUseException
          Exception that is thrown when a client attempts to use a client id that is already in use by another client already connected to the web service.
 class ConflictException
          Exception that is thrown when there are conflicts between the client's uploaded commands and the state of the server's buffer.
 class InvalidChannelException
          Exception that is thrown when a client attempts to send any individual command (not upload or download) to a channel they are not currently connected to.
 class InvalidClientException
          Exception that is thrown when a client attempts to send any individual command (not upload or download) to a channel using a client id not recognized by that channel.
 class NameInUseException
          Exception that is thrown when a client attempts to use a mark name that is already in use by another client.