Thank you so much. I apologize for my ignorance.
Mark
On 7/7/06, Chris Hostetter <[EMAIL PROTECTED]> wrote:
: > But ParseException extends IOException, so I don't see a problem
there.
: I wish my compiler agreed with you:) Which it seems to do until you
: rebuild the files with javacc. I saw
: > But ParseException extends IOException, so I don't see a problem there.
: I wish my compiler agreed with you:) Which it seems to do until you
: rebuild the files with javacc. I saw at least two other posts about this
: problem on the web with no answer given...
: This guy also found the same
Daniel Naber wrote:
On Freitag 07 Juli 2006 16:20, Mark Miller wrote:
the javacc generated StandardTokenizer next() method is declared to
throw a ParseException
final public org.apache.lucene.analysis.Token next() throws
ParseException, IOException {
unfortunately, org.apache.lucene.anal
On Freitag 07 Juli 2006 16:20, Mark Miller wrote:
> the javacc generated StandardTokenizer next() method is declared to
> throw a ParseException
>
> final public org.apache.lucene.analysis.Token next() throws
> ParseException, IOException {
>
> unfortunately, org.apache.lucene.analysis.Token nex