org.melati.poem
Class ColumnRenamePoemException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.melati.poem.PoemException
org.melati.poem.AccessPoemException
org.melati.poem.ColumnRenamePoemException
- All Implemented Interfaces:
- Serializable
public class ColumnRenamePoemException
- extends AccessPoemException
Column renaming is not supported by Postgresql.
- See Also:
- Serialized Form
- To do something:
- Allow column renaming for those dbms which allow it.
columnName
public String columnName
- The current name of the Column.
newName
public String newName
- The attempted rename.
ColumnRenamePoemException
public ColumnRenamePoemException(String columnName,
String newName)
- Constructor.
- Parameters:
columnName
- The current namenewName
- The new name
ColumnRenamePoemException
public ColumnRenamePoemException(String newName)
- Constructor.
- Parameters:
newName
- The new name
getMessage
public String getMessage()
- The detail message which may be null.
- Overrides:
getMessage
in class AccessPoemException
- Returns:
- The detail message
- See Also:
AccessPoemException.getMessage()
,
Throwable.getMessage()
Copyright © 2000-2010 PanEris. All Rights Reserved.