Package org.eclipse.emf.cdo.util
Class DanglingIntegrityException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- org.eclipse.emf.cdo.util.CommitException
- 
- org.eclipse.emf.cdo.util.DataIntegrityException
- 
- org.eclipse.emf.cdo.util.DanglingIntegrityException
 
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class DanglingIntegrityException extends DataIntegrityException A localdata integrity exceptionthat indicates the addition of one or more cross references to objects that are not (or no longer) contained in the repository.The target objects of the respective dangling references must be attached to the repository. A CDOAutoAttachercan help to do so.- Since:
- 4.2
- Author:
- Eike Stepper
- See Also:
- Serialized Form
- No Extend
- This interface is not intended to be extended by clients.
- No Instantiate
- This class is not intended to be instantiated by clients.
 
- 
- 
Constructor SummaryConstructors Constructor Description DanglingIntegrityException(DanglingReferenceException cause)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DanglingReferenceExceptiongetCause()org.eclipse.emf.ecore.EObjectgetTarget()booleanisLocal()- 
Methods inherited from class org.eclipse.emf.cdo.util.CommitExceptionwrap
 
- 
 
- 
- 
- 
Constructor Detail- 
DanglingIntegrityExceptionpublic DanglingIntegrityException(DanglingReferenceException cause) 
 
- 
 - 
Method Detail- 
getCausepublic DanglingReferenceException getCause() - Overrides:
- getCausein class- java.lang.Throwable
 
 - 
getTargetpublic org.eclipse.emf.ecore.EObject getTarget() 
 - 
isLocalpublic boolean isLocal() - Overrides:
- isLocalin class- CommitException
 
 
- 
 
-