public class UnsupportedTypePoemException extends SeriousPoemException
| Modifier and Type | Field and Description |
|---|---|
String |
columnName
The column name.
|
String |
dbTypeName
The Database type code.
|
short |
sqlTypeCode
The SQL type code.
|
String |
sqlTypeName
The SQL type name.
|
String |
tableName
The table name.
|
subException| Constructor and Description |
|---|
UnsupportedTypePoemException(String sqlTypeName)
Constructor.
|
UnsupportedTypePoemException(String tableName,
String columnName,
short sqlTypeCode,
String sqlTypeName,
String dbTypeName)
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 String tableName
public String columnName
public short sqlTypeCode
public String sqlTypeName
public String dbTypeName
public UnsupportedTypePoemException(String tableName, String columnName, short sqlTypeCode, String sqlTypeName, String dbTypeName)
public UnsupportedTypePoemException(String sqlTypeName)
public String getMessage()
PoemExceptiongetMessage in class PoemExceptionThrowable.getMessage()Copyright © 2000–2021 PanEris. All rights reserved.