This project has retired. For details please refer to its
Attic page.
InvalidContinuationException (Cocoon Sitemap Implementation 1.0.0 API)
org.apache.cocoon.components.flow
Class InvalidContinuationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.cocoon.util.location.LocatedException
org.apache.cocoon.ProcessingException
org.apache.cocoon.components.flow.InvalidContinuationException
- All Implemented Interfaces:
- org.apache.cocoon.util.location.Locatable, org.apache.cocoon.util.location.LocatableException, org.apache.cocoon.util.location.MultiLocatable, Serializable
- public class InvalidContinuationException
- extends org.apache.cocoon.ProcessingException
This Exception is thrown whenever an invalid continuation is given.
- Version:
- $Id: InvalidContinuationException.html 1304280 2012-03-23 11:18:01Z ilgrosso $
- See Also:
- Serialized Form
| Methods inherited from class org.apache.cocoon.ProcessingException |
throwLocated, throwLocated |
| Methods inherited from class org.apache.cocoon.util.location.LocatedException |
addCauseLocations, addLocation, ensureCauseChainIsSet, getLocation, getLocations, getMessage, getMessage, getRawMessage |
InvalidContinuationException
public InvalidContinuationException(String message)
- Construct a new
InvalidContinuationException instance.
InvalidContinuationException
public InvalidContinuationException(String message,
Throwable t)
- Construct a new
InvalidContinuationException that references
a parent Exception.
Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.