com.atlassian.confluence.macro.query
Class SearchQueryParserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.confluence.macro.query.SearchQueryParserException
All Implemented Interfaces:
Serializable

public final class SearchQueryParserException
extends Exception

Exception thrown by the SearchQueryParser if it runs into trouble converting a criteria string into a SearchQuery.

See Also:
Serialized Form

Constructor Summary
SearchQueryParserException(String message)
           
SearchQueryParserException(String message, Throwable cause)
           
 
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

SearchQueryParserException

public SearchQueryParserException(String message)

SearchQueryParserException

public SearchQueryParserException(String message,
                                  Throwable cause)


Copyright © 2003-2012 Atlassian. All Rights Reserved.