public static class Column.SettingException extends NormalPoemException
Column.| Modifier and Type | Field and Description |
|---|---|
Column<?> |
column
The Column setting which caused the problem.
|
String |
columnDesc
The description of the Column.
|
Persistent |
persistent
The Persistent to which this Column belongs.
|
subException| Constructor and Description |
|---|
SettingException(Persistent persistent,
Column<?> column,
Exception trouble)
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 Persistent persistent
public Column<?> column
public String columnDesc
public SettingException(Persistent persistent, Column<?> column, Exception trouble)
persistent - the Persistent with the problemcolumn - he Column with the problemtrouble - the problempublic String getMessage()
PoemExceptiongetMessage in class PoemExceptionThrowable.getMessage()Copyright © 2000–2021 PanEris. All rights reserved.