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
| 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 |
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)
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.