|
Oracle Ultra Search Java API Reference 10g (9.0.4) B10492-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.sql.SQLException
|
+--oracle.ultrasearch.query.SearchException
|
+--oracle.ultrasearch.query.TypeMismatchException
Thrown when there is a type mismatch between a value and an attribute.
| Constructor Summary | |
TypeMismatchException(java.lang.Class actualType, java.lang.Class expectedType)Constructs a TypeMismatchException. | |
| Methods inherited from class oracle.ultrasearch.query.SearchException |
getErrorCode, getLocalizedMessage, getMessage |
| Methods inherited from class java.sql.SQLException |
getNextException, getSQLState, setNextException |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, 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 TypeMismatchException(java.lang.Class actualType,
java.lang.Class expectedType)
actualType - the actual type of the objectexpectedType - the expected type
|
Oracle Ultra Search Java API Reference 10g (9.0.4) B10492-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||