Uses of Class
c408h008.common.exceptions.BufferOutOfRangeException

Packages that use BufferOutOfRangeException
c408h008.server.service   
 

Uses of BufferOutOfRangeException in c408h008.server.service
 

Methods in c408h008.server.service that throw BufferOutOfRangeException
 OEMessage[] OmniEditorService.upload(OEMessage[] in0)
          Merges all the commands encapsulated by an array of OEMessage objects into the server buffer.
 OEMessage[] OmniEditorService.move(OEMessage in0)
          Moves the client cursor to the specified position.
 OEMessage[] OmniEditorService.mark(OEMessage in0)
          Creates a mark at the current cursor position.