Uses of Class
org.apache.cocoon.ProcessingException

Packages that use ProcessingException
org.apache.cocoon   
org.apache.cocoon.caching   
org.apache.cocoon.components.pipeline   
org.apache.cocoon.environment   
org.apache.cocoon.generation   
org.apache.cocoon.reading   
org.apache.cocoon.sitemap   
 

Uses of ProcessingException in org.apache.cocoon
 

Subclasses of ProcessingException in org.apache.cocoon
 class ConnectionResetException
          This Exception is thrown every time a component detects an exception due to a connection reset by peer.
 class ResourceNotFoundException
          This Exception is thrown every time there is a problem in finding a resource.
 

Methods in org.apache.cocoon that return ProcessingException
static ProcessingException ProcessingException.throwLocated(String message, Throwable thr, Location location)
          Throw a located exception given an existing exception and the location where this exception was catched.
static ProcessingException ProcessingException.throwLocated(String message, Throwable thr, List locations)
          Throw a located exception given an existing exception and the locations where this exception was catched.
 

Methods in org.apache.cocoon that throw ProcessingException
static ProcessingException ProcessingException.throwLocated(String message, Throwable thr, Location location)
          Throw a located exception given an existing exception and the location where this exception was catched.
static ProcessingException ProcessingException.throwLocated(String message, Throwable thr, List locations)
          Throw a located exception given an existing exception and the locations where this exception was catched.
 

Uses of ProcessingException in org.apache.cocoon.caching
 

Methods in org.apache.cocoon.caching that throw ProcessingException
 void Cache.store(Serializable key, CachedResponse response)
          Store a cached response
 

Uses of ProcessingException in org.apache.cocoon.components.pipeline
 

Methods in org.apache.cocoon.components.pipeline that throw ProcessingException
 void ProcessingPipeline.setGenerator(String role, String source, Parameters param, Parameters hintParam)
          Set the generator that will be used as the initial step in the pipeline.
 void ProcessingPipeline.addTransformer(String role, String source, Parameters param, Parameters hintParam)
          Add a transformer at the end of the pipeline.
 void ProcessingPipeline.setSerializer(String role, String source, Parameters param, Parameters hintParam, String mimeType)
          Set the serializer for this pipeline
 void ProcessingPipeline.setReader(String role, String source, Parameters param, String mimeType)
          Set the reader for this pipeline
 void ProcessingPipeline.setErrorHandler(SitemapErrorHandler errorHandler)
          Sets error handler for this pipeline.
 boolean ProcessingPipeline.process(Environment environment)
          Process the given Environment, producing the output.
 void ProcessingPipeline.prepareInternal(Environment environment)
          Prepare an internal processing
 boolean ProcessingPipeline.process(Environment environment, XMLConsumer consumer)
          Process the given Environment, but do not use the serializer.
 

Uses of ProcessingException in org.apache.cocoon.environment
 

Methods in org.apache.cocoon.environment that throw ProcessingException
 void Redirector.redirect(boolean sessionmode, String url)
          Redirect to the given URL
 void Redirector.globalRedirect(boolean sessionmode, String url)
           
 void PermanentRedirector.permanentRedirect(boolean sessionmode, String url)
          Redirect to the given URL
 

Uses of ProcessingException in org.apache.cocoon.generation
 

Methods in org.apache.cocoon.generation that throw ProcessingException
 void Generator.generate()
          Generate the XML and stream it into the pipeline
 

Uses of ProcessingException in org.apache.cocoon.reading
 

Methods in org.apache.cocoon.reading that throw ProcessingException
 void Reader.generate()
          Generate the response.
 

Uses of ProcessingException in org.apache.cocoon.sitemap
 

Methods in org.apache.cocoon.sitemap that throw ProcessingException
 void SitemapModelComponent.setup(SourceResolver resolver, Map objectModel, String src, Parameters par)
          The Sitemap will call the setup() method to prepare the component for use.
 



Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.