public class DuplicateColumnNamePoemException extends NormalPoemException
Column in a Table
which already contains one of that name is made.| Modifier and Type | Field and Description |
|---|---|
Column<?> |
column
The Column we are dealing with.
|
Table<?> |
table
The Table we are dealing with.
|
subException| Constructor and Description |
|---|
DuplicateColumnNamePoemException(Table<?> table,
Column<?> column)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage()
The detail message which may be null.
|
getCoreMessage, initCause, innermostException, printStackTrace, printStackTrace, printStackTraceaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, setStackTrace, toStringpublic Table<?> table
public Column<?> column
public String getMessage()
PoemExceptiongetMessage in class PoemExceptionThrowable.getMessage()Copyright © 2000–2021 PanEris. All rights reserved.