Oracle Ultra Search APIs
9.2

oracle.ultrasearch.query
Class TypeMismatchException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.sql.SQLException
                    |
                    +--oracle.ultrasearch.query.SearchException
                          |
                          +--oracle.ultrasearch.query.TypeMismatchException

public class TypeMismatchException
extends SearchException

Thrown when there is a type mismatch between a value and an attribute.

Since:
9.0.2
See Also:
Serialized Form

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, printStackTrace, printStackTrace, printStackTrace, toString

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

TypeMismatchException

public TypeMismatchException(java.lang.Class actualType,
                             java.lang.Class expectedType)
Constructs a TypeMismatchException.
Parameters:
actualType - the actual type of the object
expectedType - the expected type

Oracle Ultra Search APIs
9.2