public class ColumnRenamePoemException extends AccessPoemException
| Modifier and Type | Field and Description |
|---|---|
String |
columnName
The current name of the Column.
|
String |
newName
The attempted rename.
|
capability, tokensubException| Constructor and Description |
|---|
ColumnRenamePoemException(String newName)
Constructor.
|
ColumnRenamePoemException(String columnName,
String newName)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage()
The detail message which may be null.
|
getActionDescription, getTokengetCoreMessage, initCause, innermostException, printStackTrace, printStackTrace, printStackTraceaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, setStackTrace, toStringpublic String columnName
public String newName
public ColumnRenamePoemException(String columnName, String newName)
columnName - The current namenewName - The new namepublic ColumnRenamePoemException(String newName)
newName - The new namepublic String getMessage()
getMessage in class AccessPoemExceptionAccessPoemException.getMessage(),
Throwable.getMessage()Copyright © 2000–2021 PanEris. All rights reserved.