com.plumtree.server.search.exceptions
Class PTSSyntaxException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.plumtree.openfoundation.util.XPException
                  extended by com.plumtree.server.marshalers.PTException
                      extended by com.plumtree.server.search.exceptions.PTSException
                          extended by com.plumtree.server.search.exceptions.PTSSyntaxException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
PTSAdjacentOperatorsException, PTSEmptyQueryException, PTSEndsInOperatorException, PTSInappropriateOperatorException, PTSUnbalancedParenthesesException, PTSUnsupportedWildcardException

public class PTSSyntaxException
extends PTSException

Exception indicating some sort of syntax error detected by the search server. Wraps OpenSearchSyntaxException, and might indicate a mismatch between portal and search server versions.

See Also:
Serialized Form

Constructor Summary
  PTSSyntaxException(java.lang.Exception e, java.lang.String message)
           
protected PTSSyntaxException(java.lang.Exception e, java.lang.String message, int resultCode)
           
 
Method Summary
 
Methods inherited from class com.plumtree.server.marshalers.PTException
GetErrorCode, GetMessage, GetNestedException
 
Methods inherited from class com.plumtree.openfoundation.util.XPException
exceptionToString, ExceptionToString, GetInnerException, GetInstance, GetInstance, getMessage, GetStackTrace, printStackTrace, PrintStackTrace, printStackTrace, ToString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PTSSyntaxException

public PTSSyntaxException(java.lang.Exception e,
                          java.lang.String message)

PTSSyntaxException

protected PTSSyntaxException(java.lang.Exception e,
                             java.lang.String message,
                             int resultCode)