Skip navigation links


com.fatwire.cs.core.search.query
Class QueryConversionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.fatwire.cs.core.search.query.QueryConversionException

All Implemented Interfaces:
java.io.Serializable

public class QueryConversionException
extends java.lang.Exception

A layer specific exception for search engine query. All data and definition accessors and modifiers throw this exception in response to an error condition.

See Also:
Serialized Form

Constructor Summary
QueryConversionException(java.lang.String message)
          Contructor with String message indicate the exception reason
QueryConversionException(java.lang.String message, java.lang.Throwable cause)
          Constructor with a String reason and a Throwable; this normally used if there is a higher level Exception caught
QueryConversionException(java.lang.Throwable cause)
          Constructor with a Throwable

 

Method Summary

 

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

 

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

 

Constructor Detail

QueryConversionException

public QueryConversionException(java.lang.String message)
Contructor with String message indicate the exception reason
Parameters:
message - the String exception message

QueryConversionException

public QueryConversionException(java.lang.String message,
                                java.lang.Throwable cause)
Constructor with a String reason and a Throwable; this normally used if there is a higher level Exception caught
Parameters:
message - the String exception message
cause - the higher level cause

QueryConversionException

public QueryConversionException(java.lang.Throwable cause)
Constructor with a Throwable
Parameters:
cause - the Throwable

Skip navigation links


Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.