This project has retired. For details please refer to its
Attic page.
ResourceNotFoundException (Cocoon API 2.1.12-dev [March 20 2012])
org.apache.cocoon
Class ResourceNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.commons.lang.exception.NestableException
org.apache.cocoon.util.location.LocatedException
org.apache.cocoon.ProcessingException
org.apache.cocoon.ResourceNotFoundException
- All Implemented Interfaces:
- Serializable, Locatable, LocatableException, MultiLocatable, org.apache.commons.lang.exception.Nestable
public class ResourceNotFoundException
- extends ProcessingException
This Exception is thrown every time there is a problem in finding
a resource.
- Version:
- CVS $Id: ResourceNotFoundException.html 1304258 2012-03-23 10:09:27Z ilgrosso $
- Author:
- Berin Loritsch
- See Also:
- Serialized Form
Fields inherited from class org.apache.commons.lang.exception.NestableException |
delegate |
Methods inherited from class org.apache.commons.lang.exception.NestableException |
getCause, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace |
ResourceNotFoundException
public ResourceNotFoundException(String message)
- Construct a new
ResourceNotFoundException
instance.
ResourceNotFoundException
public ResourceNotFoundException(String message,
Throwable t)
- Construct a new
ResourceNotFoundException
that references
a parent Exception.
ResourceNotFoundException
public ResourceNotFoundException(String message,
Location location)
ResourceNotFoundException
public ResourceNotFoundException(String message,
Throwable t,
Location loc)
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.