|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.clazzes.jdbc2xml.schema.DataTypeNotSupportedException
public class DataTypeNotSupportedException
Exception to be thrown whenever a data type is not supported.
Types
,
Dialect
,
Serialized FormConstructor Summary | |
---|---|
DataTypeNotSupportedException(int jdbcType)
Create a new instance. |
|
DataTypeNotSupportedException(java.lang.String dialectDataType)
Create a new instance. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DataTypeNotSupportedException(java.lang.String dialectDataType)
dialectDataType
- Dialect specific String representation of data type.public DataTypeNotSupportedException(int jdbcType)
jdbcType
- JDBC data type as defined in Types
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |