jxDBCon 0.9z

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.
 
Method Summary
static SQLException abortState()
           
static SQLException ambiguousFunction(String sql)
           
static SQLException backendBroken()
           
static SQLException noSuchFunction(String sql)
           
static SQLException noSuchTable(String sql)
           
static SQLException notRecognized(String meaning, String got, String expected)
           
static SQLException protocolError(String msg)
           
static SQLException resClosed()
           
static SQLException sqlError(String msg)
           
 
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
 

Constructor Detail

PGExceptions

protected PGExceptions()
Can't instantiate.

Method Detail

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)

jxDBCon 0.9z

Copyright © 2001,2002 Keve Müller; see LICENSE file for details.