297298299300301302303304305306
{ throw new TokenStreamIOException( ( ( CharStreamIOException ) cse ).io ); } else { throw new TokenStreamException( cse.getMessage() ); } } } }
282283284285286287288289290291
catch (CharStreamException cse) { if ( cse instanceof CharStreamIOException ) { throw new TokenStreamIOException(((CharStreamIOException)cse).io); } else { throw new TokenStreamException(cse.getMessage()); } } } }
251252253254255256257258259260
330331332333334335336337338339
286287288289290291292293294295
108109110111112113114115116117
144145146147148149150151152153
188189190191192193194195196197
134135136137138139140141142143
143144145146147148149150151152