com.orindasoft.pub
Class CSUnsupportedDatatypeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.orindasoft.pub.CSException
              extended by com.orindasoft.pub.CSUnsupportedDatatypeException
All Implemented Interfaces:
java.io.Serializable

public class CSUnsupportedDatatypeException
extends CSException

Thrown when an attempt is made to retrieve a value from a column has an unsupported datatype
(c) Copyright 2003 - 2012 Orinda Software Ltd

Version:
6.0
Author:
Orinda Software
See Also:
Serialized Form

Constructor Summary
CSUnsupportedDatatypeException()
          Default constructor
CSUnsupportedDatatypeException(java.lang.String theExceptionMessage, java.lang.String theUnsupportedDatatype)
          Constructor with parameters.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CSUnsupportedDatatypeException

public CSUnsupportedDatatypeException()
Default constructor


CSUnsupportedDatatypeException

public CSUnsupportedDatatypeException(java.lang.String theExceptionMessage,
                                      java.lang.String theUnsupportedDatatype)
Constructor with parameters.

Parameters:
String - theExceptionMessage An exception message
String - theUnsupportedDatatype The name of the unsupported data type.


Copyright © Orinda Software Ltd 2012Logo