| org.jpox.exceptions.JPOXUserException org.jpox.store.exceptions.NoSuchPersistentFieldException
NoSuchPersistentFieldException | public class NoSuchPersistentFieldException extends JPOXUserException (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.
version: $Revision: 1.4 $ |
NoSuchPersistentFieldException | public NoSuchPersistentFieldException(String className, String fieldName)(Code) | | Constructs a no such persistent field exception.
Parameters: className - The class in which the field was not found. Parameters: fieldName - The name of the field. |
NoSuchPersistentFieldException | public NoSuchPersistentFieldException(String className, int fieldNumber)(Code) | | Constructs a no such persistent field exception.
Parameters: className - The class in which the field was not found. Parameters: fieldNumber - The field number of the field. |
|
|