|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.melati.poem.PoemException org.melati.poem.NormalPoemException org.melati.poem.DuplicateTableNamePoemException
public class DuplicateTableNamePoemException
Thrown when an attempt to add a Table
to a Database
which already has one of that name.
Field Summary | |
---|---|
Database |
database
The Database we are dealing with. |
String |
name
Its name. |
Fields inherited from class org.melati.poem.PoemException |
---|
subException |
Constructor Summary | |
---|---|
DuplicateTableNamePoemException(Database database,
String name)
Constructor. |
Method Summary |
---|
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, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public Database database
public String name
Constructor Detail |
---|
public DuplicateTableNamePoemException(Database database, String name)
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |