Skip navigation links

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

B28329-01


oracle.ultrasearch.query
Class InvalidQueryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by oracle.ultrasearch.query.InvalidQueryException

All Implemented Interfaces:
java.io.Serializable

public class InvalidQueryException
extends java.lang.RuntimeException

Exception thrown when the user attempts to construct a Querytemplate using a array of QueryTemplates

Since:
10.2.0
See Also:
Serialized Form

Constructor Summary
InvalidQueryException()
          Empty constructor
InvalidQueryException(java.lang.String error_code)
          Constuctor that takes the exception message string as an argument

 

Method Summary
 java.lang.String getMessage()
          Returns the detailed message

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

 

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

 

Constructor Detail

InvalidQueryException

public InvalidQueryException()
Empty constructor

InvalidQueryException

public InvalidQueryException(java.lang.String error_code)
Constuctor that takes the exception message string as an argument
Parameters:
s - exception message string

Method Detail

getMessage

public java.lang.String getMessage()
Returns the detailed message
Overrides:
getMessage in class java.lang.Throwable
Returns:
detailed message

Skip navigation links

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

B28329-01


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