|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--org.apache.avalon.framework.CascadingException | +--org.apache.cocoon.ProcessingException | +--org.apache.cocoon.ResourceNotFoundException
This Exception is thrown every time there is a problem in finding a resource.
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 |
public ResourceNotFoundException(java.lang.String message)
ResourceNotFoundException
instance.public ResourceNotFoundException(java.lang.String message, java.lang.Throwable t)
ResourceNotFoundException
that references
a parent Exception.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |