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



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