com.plumtree.server.search.exceptions
Class PTSUnsupportedWildcardException

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
                              extended by com.plumtree.server.search.exceptions.PTSUnsupportedWildcardException
All Implemented Interfaces:
java.io.Serializable

public class PTSUnsupportedWildcardException
extends PTSSyntaxException

Exception indicating an unsupported wildcard in a search server query. The query usually contains either a midstring wildcard (cat*s) or fewer than three characters (*ra*).

See Also:
Serialized Form

Constructor Summary
PTSUnsupportedWildcardException(java.lang.Exception e, java.lang.String message)
           
 
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

PTSUnsupportedWildcardException

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


Copyright © 2008 Plumtree Software Inc. All Rights Reserved.