|
||||||||||
| 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.RowDisappearedPoemException
public class RowDisappearedPoemException
Thrown when a reference to a Persistent is made
after it has been deleted.
| Field Summary | |
|---|---|
Table |
table
The Table we are dealing with. |
Integer |
troid
Its TROID. |
| Fields inherited from class org.melati.poem.PoemException |
|---|
subException |
| Constructor Summary | |
|---|---|
RowDisappearedPoemException(NoSuchRowPoemException e)
Constructor. |
|
RowDisappearedPoemException(Persistent persistent)
Constructor. |
|
RowDisappearedPoemException(Table table,
Integer troid)
Constructor. |
|
| Method Summary | |
|---|---|
String |
getMessage()
The detail message which may be null. |
| Methods inherited from class org.melati.poem.PoemException |
|---|
getCoreMessage, initCause, innermostException, printStackTrace, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public Table table
public Integer troid
| Constructor Detail |
|---|
public RowDisappearedPoemException(Table table,
Integer troid)
public RowDisappearedPoemException(NoSuchRowPoemException e)
public RowDisappearedPoemException(Persistent persistent)
| Method Detail |
|---|
public String getMessage()
PoemException
getMessage in class PoemExceptionThrowable.getMessage()
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||