Class TokenizerBufferOverflowException

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Constructor Detail

      • TokenizerBufferOverflowException

        public TokenizerBufferOverflowException()
      • TokenizerBufferOverflowException

        public TokenizerBufferOverflowException​(java.lang.String s)
      • TokenizerBufferOverflowException

        public TokenizerBufferOverflowException​(java.lang.String s,
                                                int row,
                                                int column)