Oracle Ultra Search Java API Reference
Release 10g (10.1)

B12028-02

oracle.ultrasearch.query
Class TypeMismatchException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.sql.SQLException
              extended byoracle.ultrasearch.query.SearchException
                  extended byoracle.ultrasearch.query.TypeMismatchException

All Implemented Interfaces:
java.io.Serializable

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

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 Java API Reference
Release 10g (10.1)

B12028-02

Copyright © 2004 Oracle Corporation. All Rights Reserved.