org.melati.poem
Class DeletionIntegrityPoemException

Package class diagram package DeletionIntegrityPoemException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.melati.poem.PoemException
                  extended by org.melati.poem.DeletionIntegrityPoemException
All Implemented Interfaces:
Serializable

public class DeletionIntegrityPoemException
extends PoemException

Thrown when an attempt is made to delete a Persistent which is referred to by others and where the IntegrityFix is prevent.

Author:
WilliamC At paneris.org
See Also:
Serialized Form

Field Summary
 Persistent object
          The Persistent that we are attempting to delete.
 Enumeration references
          References to our Persistent.
 
Fields inherited from class org.melati.poem.PoemException
subException
 
Constructor Summary
DeletionIntegrityPoemException(Persistent object, Enumeration references)
          Constructor.
 
Method Summary
 String toString()
           
 
Methods inherited from class org.melati.poem.PoemException
getCoreMessage, getMessage, initCause, innermostException, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

object

public Persistent object
The Persistent that we are attempting to delete.


references

public Enumeration references
References to our Persistent.

Constructor Detail

DeletionIntegrityPoemException

public DeletionIntegrityPoemException(Persistent object,
                                      Enumeration references)
Constructor.

Method Detail

toString

public String toString()
Overrides:
toString in class Throwable
Returns:
A description.


Copyright © 2000-2010 PanEris. All Rights Reserved.