Skip navigation links

Oracle® Ultra Search Java API Reference
11g Release 1 (11.1)

B28329-01


oracle.ultrasearch.query
Class TypeMismatchException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.sql.SQLException
              extended by oracle.ultrasearch.query.SearchException
                  extended by oracle.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.

 

Method Summary

 

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

Skip navigation links

Oracle® Ultra Search Java API Reference
11g Release 1 (11.1)

B28329-01


Copyright © 2002,2007, Oracle. All Rights Reserved.