jxUtil 0.6

org.sourceforge.jxutil.sql
Class AbstractExceptions

java.lang.Object
  |
  +--org.sourceforge.jxutil.sql.AbstractExceptions

public class AbstractExceptions
extends Object

.

Author:
Keve Müller

Constructor Summary
protected AbstractExceptions()
          Can't instantiate.
 
Method Summary
static SQLException badData(String type, String data, Exception ex)
           
static SQLException badData(String type, String sqlstate, String data, Exception ex)
           
static SQLException colNotFound(String columnName)
           
protected static void load(Class clazz, String base)
           
static SQLException needDSorURL()
           
static SQLException noConversion(String accessor, String name, int jdbcType)
           
static SQLException noConversion(String accessor, String name, int jdbcType, String className, String objectString)
           
static SQLException noCurrentRow()
           
static SQLException noMap(int type)
           
static SQLException noRS()
           
static SQLException oneTabOnly()
           
static SQLException setClosed()
           
static SQLException wrap(Throwable ex)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractExceptions

protected AbstractExceptions()
Can't instantiate.

Method Detail

badData

public static SQLException badData(String type,
                                   String data,
                                   Exception ex)

badData

public static SQLException badData(String type,
                                   String sqlstate,
                                   String data,
                                   Exception ex)

colNotFound

public static SQLException colNotFound(String columnName)

load

protected static void load(Class clazz,
                           String base)

needDSorURL

public static SQLException needDSorURL()

noConversion

public static SQLException noConversion(String accessor,
                                        String name,
                                        int jdbcType)

noConversion

public static SQLException noConversion(String accessor,
                                        String name,
                                        int jdbcType,
                                        String className,
                                        String objectString)

noCurrentRow

public static SQLException noCurrentRow()

noMap

public static SQLException noMap(int type)

noRS

public static SQLException noRS()

oneTabOnly

public static SQLException oneTabOnly()

setClosed

public static SQLException setClosed()

wrap

public static SQLException wrap(Throwable ex)

jxUtil 0.6

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