Class TokenizerBufferOverflowException

All Implemented Interfaces:
Serializable

public class TokenizerBufferOverflowException extends TokenizerException
This exception is thrown to signal exceeding tokenizer hard limit on internal input buffer.
Author:
Aleksander Slominski
See Also:
  • Constructor Details

    • TokenizerBufferOverflowException

      public TokenizerBufferOverflowException()
    • TokenizerBufferOverflowException

      public TokenizerBufferOverflowException(String s)
    • TokenizerBufferOverflowException

      public TokenizerBufferOverflowException(String s, int row, int column)