Re: StandardTokenizer throws extra exceptions

2005-10-31 Thread Rob Young
Roxana Angheluta wrote: I had the same problem. I solved it by manually editing the file ParseException.java every time when modifying .jj file: import java.io.*; public class ParseException extends IOException { It's not the most elegant way to do it, I'm also interested in a more scalable

Re: StandardTokenizer throws extra exceptions

2005-10-31 Thread Roxana Angheluta
Rob Young wrote: Hi, I'm trying to create another, slightly changed, version of StandardAnalyzer. I've coppied out the source, editted the .jj file and re-built the StandardTokenizer class. The problem I am facing is, when I have all this in eclipse it's telling me that the ParseException is

StandardTokenizer throws extra exceptions

2005-10-31 Thread Rob Young
Hi, I'm trying to create another, slightly changed, version of StandardAnalyzer. I've coppied out the source, editted the .jj file and re-built the StandardTokenizer class. The problem I am facing is, when I have all this in eclipse it's telling me that the ParseException is not compatible wi