jrunx.persistence.greylock
Class NoSuchPropertyException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jrunx.persistence.greylock.DBException
                    |
                    +--jrunx.persistence.greylock.ObjectPersistenceException
                          |
                          +--jrunx.persistence.greylock.InvalidPropertyException
                                |
                                +--jrunx.persistence.greylock.NoSuchPropertyException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchPropertyException
extends InvalidPropertyException

No such property: {propertyName} Instance ID: {id} Instance Type: {typeName} Property Name: {propertyName}

See Also:
Serialized Form

Fields inherited from class jrunx.persistence.greylock.DBException
rootException
 
Constructor Summary
NoSuchPropertyException()
           
NoSuchPropertyException(java.lang.String id, java.lang.String typeName, java.lang.String propertyName, java.lang.String propertyTypeName)
           
NoSuchPropertyException(java.lang.String id, java.lang.String typeName, java.lang.String propertyName, java.lang.String propertyTypeName, java.lang.Throwable th)
           
 
Methods inherited from class jrunx.persistence.greylock.InvalidPropertyException
getPropertyName, getPropertyTypeName, setPropertyName, setPropertyTypeName
 
Methods inherited from class jrunx.persistence.greylock.ObjectPersistenceException
getId, getTypeName, setId, setTypeName
 
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

NoSuchPropertyException

public NoSuchPropertyException()

NoSuchPropertyException

public NoSuchPropertyException(java.lang.String id,
                               java.lang.String typeName,
                               java.lang.String propertyName,
                               java.lang.String propertyTypeName)

NoSuchPropertyException

public NoSuchPropertyException(java.lang.String id,
                               java.lang.String typeName,
                               java.lang.String propertyName,
                               java.lang.String propertyTypeName,
                               java.lang.Throwable th)


Copyright � 2002 Macromedia Corporation. All Rights Reserved.