SokDoc

sok / Sok.Exceptions / BufferDestroyedException

BufferDestroyedException

class BufferDestroyedException : SokException (source)

Platform and version requirements: Common

Exception thrown when trying to modify the buffer after the destroy() method was called

Parameters

message - Message given by the exception when thrown

Constructors

<init> BufferDestroyedException(message: String = "The buffer is destroyed an no operation should be done with it")
Exception thrown when trying to modify the buffer after the destroy() method was called