Searched refs:genException (Results 1 – 1 of 1) sorted by relevance
56 private static IllegalArgumentException genException(String message, String sql) { in genException() method in SQLiteTokenizer121 throw genException("Unterminated quote", sql); in tokenize()148 throw genException("Non-token detected", sql); in tokenize()160 throw genException("Unterminated quote", sql); in tokenize()171 throw genException("Non-token detected", sql); in tokenize()180 throw genException("Unterminated comment", sql); in tokenize()190 throw genException("Unterminated comment", sql); in tokenize()199 throw genException("Semicolon is not allowed", sql); in tokenize()