Serialized Form


Package org.apache.jdo.model

Class org.apache.jdo.model.ModelException extends java.lang.Exception implements Serializable

Serialized Fields

cause

java.lang.Throwable cause
The throwable that caused this model exception to be thrown.


inPrintStackTrace

boolean inPrintStackTrace
Flag indicating whether printStackTrace is being executed.

Class org.apache.jdo.model.ModelFatalException extends java.lang.RuntimeException implements Serializable

Serialized Fields

cause

java.lang.Throwable cause
The throwable that caused this model exception to be thrown.


inPrintStackTrace

boolean inPrintStackTrace
Flag indicating whether printStackTrace is being executed.

Class org.apache.jdo.model.ModelValidationException extends ModelException implements Serializable

Serialized Fields

type

int type
This field holds the type -- one of ModelValidationException.ERROR or ModelValidationException.WARNING


offendingObject

java.lang.Object offendingObject
This field holds the offending object -- the one being validated when the problem occurred

Class org.apache.jdo.model.ModelVetoException extends ModelException implements Serializable


Package org.apache.jdo.util

Class org.apache.jdo.util.JDOJdk14Logger extends org.apache.commons.logging.impl.Jdk14Logger implements Serializable

Class org.apache.jdo.util.WeakHashSet extends java.util.HashSet implements Serializable

Serialized Fields

queue

java.lang.ref.ReferenceQueue<T> queue
Helps to detect garbage collected values.

Class org.apache.jdo.util.WeakValueHashMap extends java.util.HashMap implements Serializable

Serialized Fields

queue

java.lang.ref.ReferenceQueue<T> queue

hashEntrySet

java.util.Set<E> hashEntrySet

entrySet

java.util.Set<E> entrySet



Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.