jrunx.persistence.greylock
Class CFODBMetaData.DBNoSuchPropertyException

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

public class CFODBMetaData.DBNoSuchPropertyException
extends DBException

No such property: {propertyName} Type: {typeName}

See Also:
Serialized Form

Fields inherited from class jrunx.persistence.greylock.DBException
rootException
 
Constructor Summary
CFODBMetaData.DBNoSuchPropertyException(java.lang.String propertyName, java.lang.String typeName)
           
CFODBMetaData.DBNoSuchPropertyException(java.lang.String propertyName, java.lang.String typeName, java.lang.Throwable th)
           
 
Method Summary
 java.lang.String getPropertyName()
           
 java.lang.String getTypeName()
           
 
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

CFODBMetaData.DBNoSuchPropertyException

public CFODBMetaData.DBNoSuchPropertyException(java.lang.String propertyName,
                                               java.lang.String typeName)

CFODBMetaData.DBNoSuchPropertyException

public CFODBMetaData.DBNoSuchPropertyException(java.lang.String propertyName,
                                               java.lang.String typeName,
                                               java.lang.Throwable th)
Method Detail

getPropertyName

public java.lang.String getPropertyName()

getTypeName

public java.lang.String getTypeName()


Copyright � 2002 Macromedia Corporation. All Rights Reserved.