Serialized Form
-
Package com.sun.jdo.api.persistence.model
-
Class com.sun.jdo.api.persistence.model.ModelException extends Exception implements Serializable
-
Class com.sun.jdo.api.persistence.model.ModelVetoException extends ModelException implements Serializable
-
Serialized Fields
-
_target
Throwable _target
This field holds the target if the ModelVetoException (Throwable target) constructor was used to instantiate the object
-
-
-
-
Package com.sun.jdo.api.persistence.model.util
-
Class com.sun.jdo.api.persistence.model.util.ModelValidationException extends ModelException implements Serializable
-
Serialized Fields
-
_offendingObject
Object _offendingObject
This field holds the offending object -- the one being validated when the problem occurred -
_type
int _type
This field holds the type -- one ofModelValidationException.ERRORorModelValidationException.WARNING
-
-
-