|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.melati.poem.PoemException
org.melati.poem.DeletionIntegrityPoemException
public class DeletionIntegrityPoemException
Thrown when an attempt is made to delete a Persistent which is
referred to by others and where the IntegrityFix is
prevent.
| Field Summary | |
|---|---|
Persistent |
object
The Persistent that we are attempting to delete. |
java.util.Enumeration |
references
References to our Persistent. |
| Fields inherited from class org.melati.poem.PoemException |
|---|
subException |
| Constructor Summary | |
|---|---|
DeletionIntegrityPoemException(Persistent object,
java.util.Enumeration references)
Constructor. |
|
| Method Summary | |
|---|---|
java.lang.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 |
|---|
public Persistent object
public java.util.Enumeration references
| Constructor Detail |
|---|
public DeletionIntegrityPoemException(Persistent object,
java.util.Enumeration references)
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Throwable
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||