jrunx.persistence.greylock
Class InstanceForge.InvalidPropertyTypeException

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

public class InstanceForge.InvalidPropertyTypeException
extends DBException

Property expected {expected}, received {actual} Instance ID: {id} Type: {typeName} Property: {propName}

See Also:
Serialized Form

Fields inherited from class jrunx.persistence.greylock.DBException
rootException
 
Constructor Summary
InstanceForge.InvalidPropertyTypeException(java.lang.String id, java.lang.String typeName, java.lang.String propName, java.lang.String expected, java.lang.String actual)
           
 
Method Summary
 java.lang.String getActual()
           
 java.lang.String getExpected()
           
 java.lang.String getId()
           
 java.lang.String getPropName()
           
 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

InstanceForge.InvalidPropertyTypeException

public InstanceForge.InvalidPropertyTypeException(java.lang.String id,
                                                  java.lang.String typeName,
                                                  java.lang.String propName,
                                                  java.lang.String expected,
                                                  java.lang.String actual)
Method Detail

getId

public java.lang.String getId()

getTypeName

public java.lang.String getTypeName()

getPropName

public java.lang.String getPropName()

getActual

public java.lang.String getActual()

getExpected

public java.lang.String getExpected()


Copyright � 2002 Macromedia Corporation. All Rights Reserved.