org.melati.poem
Class TableRenamePoemException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.melati.poem.PoemException
org.melati.poem.AccessPoemException
org.melati.poem.TableRenamePoemException
- All Implemented Interfaces:
- Serializable
public class TableRenamePoemException
- extends AccessPoemException
Thrown when an attempt is made to set the name of a Table
in its the TableInfo
when it has already been set.
- See Also:
- Serialized Form
tableName
public String tableName
- The current name of the table.
newName
public String newName
- The name we failed to assign.
TableRenamePoemException
public TableRenamePoemException(String tableName,
String newName)
- Constructor.
TableRenamePoemException
public TableRenamePoemException(String newName)
- Constructor.
getMessage
public String getMessage()
- Description copied from class:
PoemException
- The detail message which may be null.
- Overrides:
getMessage
in class AccessPoemException
- Returns:
- The detail message
- See Also:
Throwable.getMessage()
Copyright © 2000-2010 PanEris. All Rights Reserved.