org.eclipse.emf.cdo.util
Class DanglingReferenceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.eclipse.emf.cdo.common.util.CDOException
                  extended by org.eclipse.emf.cdo.util.DanglingReferenceException
All Implemented Interfaces:
Serializable

public class DanglingReferenceException
extends CDOException

An unchecked exception being thrown from CDOUserTransaction.commit() if the commit change set is referencing objects that are not contained by any resource before the server is contacted.

Since:
2.0
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 Summary
DanglingReferenceException(EObject object)
           
 
Method Summary
 EObject getTarget()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DanglingReferenceException

public DanglingReferenceException(EObject object)
Method Detail

getTarget

public EObject getTarget()


Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.