org.sourceforge.jxdbcon.postgresql
Class PGExceptions
java.lang.Object
|
+--org.sourceforge.jxutil.sql.AbstractExceptions
|
+--org.sourceforge.jxdbcon.DefaultExceptions
|
+--org.sourceforge.jxdbcon.postgresql.PGExceptions
- public final class PGExceptions
- extends DefaultExceptions
.
- Version:
- $Revision: 1.5 $
- Author:
- Keve Müller
Constructor Summary |
protected |
PGExceptions()
Can't instantiate. |
Methods inherited from class org.sourceforge.jxdbcon.DefaultExceptions |
badQuery, connClosed, illegalArgument, invalidURL, notAllowed, notQuery, notSupported, notSupported, notSupportedDB, notUpdate, requiredParam, requiredPosParam, stmtClosed, wrap, wrap, wrap |
Methods inherited from class org.sourceforge.jxutil.sql.AbstractExceptions |
badData, badData, colNotFound, load, needDSorURL, noConversion, noConversion, noCurrentRow, noMap, noRS, oneTabOnly, setClosed, wrap |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PGExceptions
protected PGExceptions()
- Can't instantiate.
abortState
public static SQLException abortState()
ambiguousFunction
public static SQLException ambiguousFunction(String sql)
backendBroken
public static SQLException backendBroken()
noSuchFunction
public static SQLException noSuchFunction(String sql)
noSuchTable
public static SQLException noSuchTable(String sql)
notRecognized
public static SQLException notRecognized(String meaning,
String got,
String expected)
protocolError
public static SQLException protocolError(String msg)
resClosed
public static SQLException resClosed()
sqlError
public static SQLException sqlError(String msg)
Copyright © 2001,2002 Keve Müller; see LICENSE file for details.