Oracle&#174 Ultra Search Java API Reference
10g Release 2 (10.2)

B14221-01


oracle.ultrasearch.query
Class InvalidQueryException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byoracle.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

Method Detail

getMessage

public java.lang.String getMessage()
Returns the detailed message
Returns:
detailed message

Oracle&#174 Ultra Search Java API Reference
10g Release 2 (10.2)

B14221-01


Copyright © 2003,2005, Oracle. All Rights Reserved.