[core] Rename TokenMgrError to LexException

See #4065
This commit is contained in:
Andreas Dangel
2024-01-11 15:49:21 +01:00
parent 2e7263af69
commit 55d91791c3
27 changed files with 54 additions and 82 deletions

View File

@@ -157,13 +157,11 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
package net.sourceforge.pmd.lang.plsql.ast;
import java.util.List;
import java.util.ArrayList;
import net.sourceforge.pmd.lang.ast.Node;
import net.sourceforge.pmd.lang.document.Chars;
import net.sourceforge.pmd.lang.ast.impl.javacc.CharStream;
import net.sourceforge.pmd.lang.plsql.ast.internal.ParsingExclusion;
import net.sourceforge.pmd.lang.ast.TokenMgrError;
import java.util.ArrayList;
import java.util.List;
public class PLSQLParserImpl {