Custom Exceptions - Sam36502/SimpleTUI GitHub Wiki

BufferSizeException

This exception is thrown if you try to create a screen with an invalid size. By default screens can be a minimum of 1 pixel high / wide, and a maximum of 255 pixels high / wide. If this size is exceeded while creating a screen, the BufferSizeException is thrown.