org.apache.cocoon
Class ResourceNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.cocoon.util.location.LocatedException
              extended byorg.apache.cocoon.ProcessingException
                  extended byorg.apache.cocoon.ResourceNotFoundException
All Implemented Interfaces:
Locatable, LocatableException, MultiLocatable, Serializable

public class ResourceNotFoundException
extends ProcessingException

This Exception is thrown every time there is a problem in finding a resource.

Version:
$Id: ResourceNotFoundException.html 1304280 2012-03-23 11:18:01Z ilgrosso $
See Also:
Serialized Form

Constructor Summary
ResourceNotFoundException(String message)
          Construct a new ResourceNotFoundException instance.
ResourceNotFoundException(String message, Location location)
           
ResourceNotFoundException(String message, Throwable t)
          Construct a new ResourceNotFoundException that references a parent Exception.
ResourceNotFoundException(String message, Throwable t, Location loc)
           
 
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
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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-2008 The Apache Software Foundation. All Rights Reserved.