org.clazzes.jdbc2xml.schema
Class DataTypeNotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.clazzes.jdbc2xml.schema.DataTypeNotSupportedException
- All Implemented Interfaces:
- Serializable
public class DataTypeNotSupportedException
- extends RuntimeException
Exception to be thrown whenever a data type is not supported.
- Author:
- rbreuss
- See Also:
Types
,
Dialect
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DataTypeNotSupportedException
public DataTypeNotSupportedException(String dialectDataType)
- Create a new instance.
- Parameters:
dialectDataType
- Dialect specific String representation of data type.
DataTypeNotSupportedException
public DataTypeNotSupportedException(int jdbcType)
- Create a new instance.
- Parameters:
jdbcType
- JDBC data type as defined in Types
Copyright © 2012. All Rights Reserved.