|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--org.apache.slide.common.SlideException | +--org.apache.slide.search.SearchException | +--org.apache.slide.search.BadQueryException | +--org.apache.slide.search.InvalidQueryException
Generic search exception. Unprocessable entity. The query could not be executed. The text/xml request entity may have been wellformed / valid but may have contained an unsupported or unimplemented query operator.
Field Summary |
Fields inherited from class org.apache.slide.search.SearchException |
rootCause |
Fields inherited from class java.lang.Exception |
|
Constructor Summary | |
InvalidQueryException(java.lang.String message)
Constructor. |
|
InvalidQueryException(java.lang.String message,
java.lang.Throwable t)
Constructor. |
Methods inherited from class org.apache.slide.search.SearchException |
getRootCause |
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 |
public InvalidQueryException(java.lang.String message)
message
- Exception messagepublic InvalidQueryException(java.lang.String message, java.lang.Throwable t)
message
- Exception messaget
- root cause
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |