|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.melati.poem.PoemException org.melati.poem.SeriousPoemException org.melati.poem.dbms.UnsupportedTypePoemException
public class UnsupportedTypePoemException
Thrown when a dbms contains a type not supported by Poem.
Field Summary | |
---|---|
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. |
Fields inherited from class org.melati.poem.PoemException |
---|
subException |
Constructor Summary | |
---|---|
UnsupportedTypePoemException(String sqlTypeName)
Constructor. |
|
UnsupportedTypePoemException(String tableName,
String columnName,
short sqlTypeCode,
String sqlTypeName,
String dbTypeName)
Constructor. |
Method Summary | |
---|---|
String |
getMessage()
The detail message which may be null. |
Methods inherited from class org.melati.poem.PoemException |
---|
getCoreMessage, initCause, innermostException, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public String tableName
public String columnName
public short sqlTypeCode
public String sqlTypeName
public String dbTypeName
Constructor Detail |
---|
public UnsupportedTypePoemException(String tableName, String columnName, short sqlTypeCode, String sqlTypeName, String dbTypeName)
public UnsupportedTypePoemException(String sqlTypeName)
Method Detail |
---|
public String getMessage()
PoemException
getMessage
in class PoemException
Throwable.getMessage()
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |