org.apache.cocoon
Class ResourceNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.apache.avalon.framework.CascadingException
                    |
                    +--org.apache.cocoon.ProcessingException
                          |
                          +--org.apache.cocoon.ResourceNotFoundException
All Implemented Interfaces:
org.apache.avalon.framework.CascadingThrowable, java.io.Serializable

public class ResourceNotFoundException
extends ProcessingException

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

Version:
CVS $Id: ResourceNotFoundException.java,v 1.6 2002/02/22 07:03:48 cziegeler Exp $
Author:
Berin Loritsch
See Also:
Serialized Form

Constructor Summary
ResourceNotFoundException(java.lang.String message)
          Construct a new ResourceNotFoundException instance.
ResourceNotFoundException(java.lang.String message, java.lang.Throwable t)
          Construct a new ResourceNotFoundException that references a parent Exception.
 
Methods inherited from class org.apache.cocoon.ProcessingException
printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class org.apache.avalon.framework.CascadingException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResourceNotFoundException

public ResourceNotFoundException(java.lang.String message)
Construct a new ResourceNotFoundException instance.

ResourceNotFoundException

public ResourceNotFoundException(java.lang.String message,
                                 java.lang.Throwable t)
Construct a new ResourceNotFoundException that references a parent Exception.


Copyright © 1999-2002 Apache Software Foundation. All Rights Reserved.