Class CharBufferOverflowException

    • Constructor Detail

      • CharBufferOverflowException

        public CharBufferOverflowException​(String bufferText)
        Constructor.
        Parameters:
        bufferText - current buffer content which is cause of the error, can be null but in the case it will be converted into empty string.
    • Method Detail

      • getBufferText

        public String getBufferText()
        Get buffer text content which is cause of the error.
        Returns:
        the buffer text, can be empty but can't be null.