public class TableMismatchPoemException extends PoemException
ReferencePoemType
if a Persistent is claimed to be of that type but has the
wrong Table set.| Modifier and Type | Field and Description |
|---|---|
Table<?> |
table
The Table it should have set.
|
Persistent |
value
The Persistent.
|
subException| Constructor and Description |
|---|
TableMismatchPoemException(Persistent value,
Table<?> table)
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 value
public Table<?> table
public TableMismatchPoemException(Persistent value, Table<?> table)
public String getMessage()
PoemExceptiongetMessage in class PoemExceptionThrowable.getMessage()Copyright © 2000–2021 PanEris. All rights reserved.