This project has retired. For details please refer to its
        
        Attic page.
      
org.apache.cocoon.pipeline
Class ProcessingException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           java.lang.RuntimeException
java.lang.RuntimeException
               org.apache.cocoon.pipeline.PipelineException
org.apache.cocoon.pipeline.PipelineException
                   org.apache.cocoon.pipeline.ProcessingException
org.apache.cocoon.pipeline.ProcessingException
- All Implemented Interfaces: 
- Serializable
- Direct Known Subclasses: 
- LinkRewriterException, SchemaValidationException
- public class ProcessingException 
- extends PipelineException
Exception that indicates that there was a problem while processing a pipeline.
- See Also:
- Serialized Form
 
 
| Methods inherited from class java.lang.Throwable | 
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
ProcessingException
public ProcessingException()
ProcessingException
public ProcessingException(String message,
                           Throwable cause)
ProcessingException
public ProcessingException(String message)
ProcessingException
public ProcessingException(Throwable cause)
Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.