jrunx.persistence.greylock
Class WrongTypeException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--jrunx.persistence.greylock.DBException
|
+--jrunx.persistence.greylock.ObjectPersistenceException
|
+--jrunx.persistence.greylock.InvalidPropertyException
|
+--jrunx.persistence.greylock.WrongTypeException
- All Implemented Interfaces:
- java.io.Serializable
- public class WrongTypeException
- extends InvalidPropertyException
The value of the "{propertyName}" property is of the wrong type: {invalidPropertyTypeName}
Instance ID: {id}
Instance Type: {typeName}
Property Name: {propertyName}
Property Type: {propertyTypeName}
- See Also:
- Serialized Form
|
Constructor Summary |
WrongTypeException()
|
WrongTypeException(java.lang.String id,
java.lang.String typeName,
java.lang.String propertyName,
java.lang.String propertyTypeName,
java.lang.String invalidPropertyTypeName)
|
WrongTypeException(java.lang.String id,
java.lang.String typeName,
java.lang.String propertyName,
java.lang.String propertyTypeName,
java.lang.String invalidPropertyTypeName,
java.lang.Throwable th)
|
| 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 |
WrongTypeException
public WrongTypeException()
WrongTypeException
public WrongTypeException(java.lang.String id,
java.lang.String typeName,
java.lang.String propertyName,
java.lang.String propertyTypeName,
java.lang.String invalidPropertyTypeName)
WrongTypeException
public WrongTypeException(java.lang.String id,
java.lang.String typeName,
java.lang.String propertyName,
java.lang.String propertyTypeName,
java.lang.String invalidPropertyTypeName,
java.lang.Throwable th)
getInvalidPropertyTypeName
public java.lang.String getInvalidPropertyTypeName()
setInvalidPropertyTypeName
public void setInvalidPropertyTypeName(java.lang.String invalidPropertyTypeName)
Copyright � 2002 Macromedia Corporation. All Rights Reserved.