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 msg)
           
QueryConversionException(java.lang.String msg, java.lang.Exception ex)
           
QueryConversionException(java.lang.Throwable ex)
           
 
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 msg)

QueryConversionException

public QueryConversionException(java.lang.Throwable ex)

QueryConversionException

public QueryConversionException(java.lang.String msg,
                                java.lang.Exception ex)


Copyright (c) 2003 - 2010 FatWire Corporation All Rights Reserved.