sok / Sok.Exceptions / BufferDestroyedException
class BufferDestroyedException :
SokException
(source)
Platform and version requirements: Common
Exception thrown when trying to modify the buffer after the destroy() method was called
message
- Message given by the exception when thrown
<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 |