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:
- java.io.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
|
Field Summary |
java.lang.String |
newName
The name we failed to assign. |
java.lang.String |
tableName
The current name of the table. |
|
Method Summary |
java.lang.String |
getMessage()
The detail message which may be null. |
| 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 |
tableName
public java.lang.String tableName
- The current name of the table.
newName
public java.lang.String newName
- The name we failed to assign.
TableRenamePoemException
public TableRenamePoemException(java.lang.String tableName,
java.lang.String newName)
- Constructor.
TableRenamePoemException
public TableRenamePoemException(java.lang.String newName)
- Constructor.
getMessage
public java.lang.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-2009 PanEris. All Rights Reserved.