net.sourceforge.atunes.kernel.modules.search
Class SearchQuerySyntaxException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sourceforge.atunes.kernel.modules.search.SearchQuerySyntaxException
All Implemented Interfaces:
java.io.Serializable

public class SearchQuerySyntaxException
extends java.lang.Exception

This class represents an exception thrown when a Lucene query has invalid syntax.

See Also:
Serialized Form

Constructor Summary
SearchQuerySyntaxException()
           
 
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

SearchQuerySyntaxException

public SearchQuerySyntaxException()


Copyright © 2006-2008 The aTunes Team. All Rights Reserved.