/**@class java.sql.SQLSyntaxErrorException
@extends java.sql.SQLNonTransientException
The subclass of {@link java.sql.SQLException} thrown when the SQLState class value
is '<i>42</i>', or under vendor-specified conditions. This indicates that the
in-progress query has violated SQL syntax rules.
<p>
Please consult your driver vendor documentation for the vendor-specified
conditions for which this <code>Exception</code> may be thrown.
@since 1.6
*/
var SQLSyntaxErrorException = {
};