|
||||||||||
| 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.CSDBInvalidDatatypeCastException
public class CSDBInvalidDatatypeCastException
Thrown when an attempt is made to retrieve a value in a form that it can not be converted to.
(c) Copyright 2003 - 2012 Orinda Software Ltd
| Field Summary | |
|---|---|
java.lang.String |
theCastedDatatype
The data type we were trying to convert from |
java.lang.String |
theCasteeDatatype
The data type we were trying to convert to |
| Constructor Summary | |
|---|---|
CSDBInvalidDatatypeCastException()
Default constructor |
|
CSDBInvalidDatatypeCastException(java.lang.String theExceptionMessage,
java.lang.String theCastedDatatype,
java.lang.String theCasteeDatatype)
Constructer that takes 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 |
| Field Detail |
|---|
public java.lang.String theCastedDatatype
public java.lang.String theCasteeDatatype
| Constructor Detail |
|---|
public CSDBInvalidDatatypeCastException()
public CSDBInvalidDatatypeCastException(java.lang.String theExceptionMessage,
java.lang.String theCastedDatatype,
java.lang.String theCasteeDatatype)
String - theExceptionMessage An application generated messageString - theCastedDatatype The data type we were trying to convert fromString - theCasteeDatatype The data type we were trying to convert to
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||