Uses of Class
com.endeca.cas.extension.ExecutionException

Packages that use ExecutionException
com.endeca.cas.extension Provides a framework for creating CAS extensions. 
 

Uses of ExecutionException in com.endeca.cas.extension
 

Subclasses of ExecutionException in com.endeca.cas.extension
 class FatalExecutionException
          Signals that a fatal exception has occurred during pipeline processing.
 

Methods in com.endeca.cas.extension that throw ExecutionException
 File BinaryContentFileProvider.getBinaryContentFile(Record record)
          Retrieves the file containing the binary content of the given record.
 InputStream BinaryContentInputStreamProvider.getBinaryContentInputStream(Record record)
          Retrieves the binary content for the given record.
abstract  void ManipulatorRuntime.processRecord(Record record)
          Applies the manipulation to the given record.
 



Copyright © 2007, 2012, Oracle and/or its affiliates. All rights reserved.