| com.triactive.jdo.model.XMLMetaDataException com.triactive.jdo.model.DuplicateFieldException
DuplicateFieldException | public class DuplicateFieldException extends XMLMetaDataException (Code) | | A DuplicateFieldException is thrown if more than one definition for
the same field name is encountered in the XML metadata for a given
persistence capable class.
author: Mike Martin version: $Revision: 1.4 $ See Also: ClassMetaData |
DuplicateFieldException | public DuplicateFieldException(URL url, String msg)(Code) | | Constructs a duplicate field exception with the specified detail message.
Parameters: url - the URL of the resource containing the errant XMLmetadata. Parameters: msg - the detail message |
DuplicateFieldException | public DuplicateFieldException(URL url, String msg, Exception nested)(Code) | | Constructs a duplicate field exception with the specified detail message
and nested exception.
Parameters: url - the URL of the resource containing the errant XMLmetadata. Parameters: msg - the detail message Parameters: nested - the nested exception(s). |
|
|