org.clazzes.jdbc2xml.schema
Class DataTypeNotSupportedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.clazzes.jdbc2xml.schema.DataTypeNotSupportedException
All Implemented Interfaces:
java.io.Serializable

public class DataTypeNotSupportedException
extends java.lang.RuntimeException

Exception to be thrown whenever a data type is not supported.

Author:
rbreuss
See Also:
Types, Dialect, Serialized Form

Constructor 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

DataTypeNotSupportedException

public DataTypeNotSupportedException(java.lang.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 © 2010. All Rights Reserved.