Uses of Class
org.terracotta.toolkit.search.SearchException

Packages that use SearchException
org.terracotta.toolkit.search   
org.terracotta.toolkit.search.attribute   
 

Uses of SearchException in org.terracotta.toolkit.search
 

Subclasses of SearchException in org.terracotta.toolkit.search
 class ResultsUnavailableException
           
 

Methods in org.terracotta.toolkit.search that throw SearchException
 SearchQueryResultSet ToolkitSearchQuery.execute()
          Execute this search query and return result set.
 

Uses of SearchException in org.terracotta.toolkit.search.attribute
 

Subclasses of SearchException in org.terracotta.toolkit.search.attribute
 class ToolkitAttributeExtractorException
           
 

Methods in org.terracotta.toolkit.search.attribute that throw SearchException
static ToolkitAttributeType ToolkitAttributeType.typeFor(String name, Object value)
          Get the appropriate ToolkitAttributeType enum for the given object value.
abstract  void ToolkitAttributeType.validateValue(String name, Object value)
          Validate that the given value is in fact of the correct type
 



Copyright © 2014 Terracotta, Inc.. All Rights Reserved.