| com.triactive.jdo.store.NoSuchPersistentFieldException
NoSuchPersistentFieldException | public class NoSuchPersistentFieldException extends JDOUserException (Code) | | A NoSuchPersistentFieldException is thrown if a reference is made
somewhere, such as in a query filter string, to a field that either doesn't
exist or is not persistent.
author: Mike Martin version: $Revision: 1.4 $ |
NoSuchPersistentFieldException | public NoSuchPersistentFieldException(Class clazz, String fieldName)(Code) | | Constructs a no such persistent field exception.
Parameters: clazz - The class in which the field was not found. Parameters: fieldName - The name of the field. |
NoSuchPersistentFieldException | public NoSuchPersistentFieldException(Class clazz, int fieldNumber)(Code) | | Constructs a no such persistent field exception.
Parameters: clazz - The class in which the field was not found. Parameters: fieldNumber - The field number of the field. |
|
|