Save This Page
Home » cocoon-2.1.11-src » org.apache » cocoon » [javadoc | source]
org.apache.cocoon
public class: ResourceNotFoundException [javadoc | source]
java.lang.Object
   org.apache.commons.lang.exception.NestableException
      org.apache.cocoon.util.location.LocatedException
         org.apache.cocoon.ProcessingException
            org.apache.cocoon.ResourceNotFoundException

All Implemented Interfaces:
    LocatableException, MultiLocatable

This Exception is thrown every time there is a problem in finding a resource.
Constructor:
 public ResourceNotFoundException(String message) 
    Construct a new ResourceNotFoundException instance.
 public ResourceNotFoundException(String message,
    Throwable t) 
    Construct a new ResourceNotFoundException that references a parent Exception.
 public ResourceNotFoundException(String message,
    Location location) 
 public ResourceNotFoundException(String message,
    Throwable t,
    Location loc) 
Methods from org.apache.cocoon.ProcessingException:
throwLocated,   throwLocated
Methods from org.apache.cocoon.util.location.LocatedException:
addCauseLocations,   addLocation,   ensureCauseChainIsSet,   getLocation,   getLocations,   getMessage,   getMessage,   getRawMessage
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait