org.melati.poem
Class DuplicateTableNamePoemException

Package class diagram package DuplicateTableNamePoemException
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.NormalPoemException
                      extended by org.melati.poem.DuplicateTableNamePoemException
All Implemented Interfaces:
Serializable

public class DuplicateTableNamePoemException
extends NormalPoemException

Thrown when an attempt to add a Table to a Database which already has one of that name.

See Also:
Serialized Form

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

database

public Database database
The Database we are dealing with.


name

public String name
Its name.

Constructor Detail

DuplicateTableNamePoemException

public DuplicateTableNamePoemException(Database database,
                                       String name)
Constructor.



Copyright © 2000-2010 PanEris. All Rights Reserved.