public class ColumnInUsePoemException extends SeriousPoemException
Column is being defined twice.| Modifier and Type | Field and Description |
|---|---|
Column<?> |
column
The Column being defined a second time.
|
Table<?> |
table
The Table the Column belongs to.
|
subException| Constructor and Description |
|---|
ColumnInUsePoemException(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.