| com.triactive.jdo.model.XMLMetaDataException
All known Subclasses: com.triactive.jdo.model.DuplicateFieldException,
XMLMetaDataException | public class XMLMetaDataException extends JDOFatalException (Code) | | An XMLMetaDataException is thrown if a structural or logical error
is encountered in the XML metadata for a given persistence capable class.
author: Mike Martin version: $Revision: 1.4 $ See Also: ClassMetaData |
XMLMetaDataException | public XMLMetaDataException(URL url, String msg)(Code) | | Constructs an XML metadata exception with the specified detail
message.
Parameters: url - the URL of the resource containing the errant XMLmetadata. Parameters: msg - the detail message |
XMLMetaDataException | public XMLMetaDataException(URL url, String msg, Exception nested)(Code) | | Constructs an XML metadata 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). |
|
|