Aqualogic Interaction API  
 

PTSAdjacentOperatorsException Class

Exception indicating a search query containing more than one operator in a row, such as "dog and or cat".

For a list of all members of this type, see PTSAdjacentOperatorsException Members.

System.Object
   System.Exception
      com.plumtree.openfoundation.util.XPException
         com.plumtree.server.marshalers.PTException
            com.plumtree.server.search.exceptions.PTSException
               com.plumtree.server.search.exceptions.PTSSyntaxException
                  com.plumtree.server.search.exceptions.PTSAdjacentOperatorsException

public class PTSAdjacentOperatorsException : PTSSyntaxException

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: com.plumtree.server.search.exceptions

Assembly: plumtreeserver (in plumtreeserver.dll)

See Also

PTSAdjacentOperatorsException Members | com.plumtree.server.search.exceptions Namespace