Exception Summary |
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)]. |
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. |
ConflictException |
Exception that is thrown when there are conflicts between the client's
uploaded commands and the state of the server's buffer. |
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. |
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. |
NameInUseException |
Exception that is thrown when a client attempts to use
a mark name that is already in use by another client. |
OEException |
A generic Omni Editor exception. |