|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.orindasoft.pub.CSException
com.orindasoft.pub.CSUnsupportedDatatypeException
public class CSUnsupportedDatatypeException
Thrown when an attempt is made to retrieve a value from a column has an unsupported datatype
(c) Copyright 2003 - 2012 Orinda Software Ltd
| 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 |
|---|
public CSUnsupportedDatatypeException()
public CSUnsupportedDatatypeException(java.lang.String theExceptionMessage,
java.lang.String theUnsupportedDatatype)
String - theExceptionMessage An exception messageString - theUnsupportedDatatype The name of the unsupported data type.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||