Content Assembler API 2.1.2

Uses of Class
com.endeca.content.ContentException

Packages that use ContentException
com.endeca.content Contains the core Content Assembler API. 
com.endeca.content.assembler Contains the core Content Assembler implementation. 
com.endeca.content.ene A Navigation API implementation of the core Content Assembler API. 
 

Uses of ContentException in com.endeca.content
 

Subclasses of ContentException in com.endeca.content
 class InvalidQueryException
          Indicates that the specified query is invalid and cannot be executed.
 

Methods in com.endeca.content that return ContentException
static ContentException ContentExceptionFactory.forBadContentContext(ContentContext pContentContext)
          Manufactures a ContentException indicating that the evaluation context was not of the expected type.
static ContentException ContentExceptionFactory.forGeneralError(ContentContext pContentContext, java.lang.Exception pCause)
          Manufactures a ContentException with the given cause.
static ContentException ContentExceptionFactory.forGeneralError(ContentContext pContentContext, java.lang.String pMessage)
          Manufactures a ContentException with the given error message
static ContentException ContentExceptionFactory.forGeneralError(ContentResource pContentResource, java.lang.Exception pCause)
          Manufactures a ContentException with the given cause.
static ContentException ContentExceptionFactory.forUnexpectedNodeType(ContentContext pContentContext, short pNodeType)
          Manufactures a ContentException indicating that an unexpected XML node type was encountered.
static ContentException ContentExceptionFactory.forUnexpectedTagName(ContentContext pContentContext, java.lang.String pTagName)
          Manufactures a ContentException indicating that an unexpected tag name was encountered.
static ContentException ContentExceptionFactory.forUnexpectedTagName(ContentContext pContentContext, java.lang.String pTagName, java.lang.String pExpectedTagName)
          Manufactures a ContentException indicating that an unexpected tag name was encountered.
 

Methods in com.endeca.content that throw ContentException
 ContentQuery ContentManager.createQuery()
          Creates an empty ContentQuery.
 ContentResults ContentQuery.execute()
          Executes this query and returns content results.
 

Uses of ContentException in com.endeca.content.assembler
 

Methods in com.endeca.content.assembler that throw ContentException
 ContentItem ContentAssembler.assemble(ContentContext pContentContext, ContentResource pContentResource)
          Assembles a ContentResource into a ContentItem.
 java.lang.Object TagHandler.evaluate(ContentContext pContentContext, org.w3c.dom.Element pElement)
          Evaluates the given XML element and returns the result.
 java.lang.Object ContentAssembler.evaluate(ContentContext pContentContext, org.w3c.dom.Element pElement)
          Finds the appropriate TagHandler, invokes its evaluate method, and returns the result.
 java.util.List ContentResourceLocator.locateContentResources(ContentContext pContentContext, java.lang.String pRuleZone)
          Finds and returns content resources corresponding to the given zone.
 

Constructors in com.endeca.content.assembler that throw ContentException
ContentContext(ContentAssembler pContentAssembler, ContentResourceLocator pContentResourceLocator)
          Constructs a ContentContext with the given assembler and resource locator.
 

Uses of ContentException in com.endeca.content.ene
 

Methods in com.endeca.content.ene that throw ContentException
 ContentQuery ENEContentManager.createQuery()
          Creates an empty ENEContentQuery.
 ContentResults ENEContentQuery.execute()
          Executes this query and returns content results.
 


Content Assembler API 2.1.2

Copyright © 2012 Endeca Technologies, Inc. All Rights Reserved.
@VERSION
PRODUCT: Content Assembler API (ContentAssemblerAPIJava)
VERSION: 2.1.2
BUILD:   54DEV
ARCH_OS: n/a
DATE:    2012-02-16T20:28:44-0500