jrunx.persistence.greylock
Class CFODBColumnMetaData.InvalidJDBCTypeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jrunx.persistence.greylock.DBException
                    |
                    +--jrunx.persistence.greylock.CFODBColumnMetaData.InvalidJDBCTypeException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
CFODBColumnMetaData

public static class CFODBColumnMetaData.InvalidJDBCTypeException
extends DBException

Invalid JDBC type: {jdbcType}

See Also:
Serialized Form

Fields inherited from class jrunx.persistence.greylock.DBException
rootException
 
Constructor Summary
CFODBColumnMetaData.InvalidJDBCTypeException(int jdbcType)
           
CFODBColumnMetaData.InvalidJDBCTypeException(java.lang.String jdbcType)
           
 
Method Summary
 java.lang.String getJdbcType()
           
 
Methods inherited from class jrunx.persistence.greylock.DBException
getRootException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CFODBColumnMetaData.InvalidJDBCTypeException

public CFODBColumnMetaData.InvalidJDBCTypeException(int jdbcType)

CFODBColumnMetaData.InvalidJDBCTypeException

public CFODBColumnMetaData.InvalidJDBCTypeException(java.lang.String jdbcType)
Method Detail

getJdbcType

public java.lang.String getJdbcType()


Copyright � 2002 Macromedia Corporation. All Rights Reserved.