|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.cocoon.util.location.LocatedException
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(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 |
public ResourceNotFoundException(String message)
ResourceNotFoundException
instance.
public ResourceNotFoundException(String message, Throwable t)
ResourceNotFoundException
that references
a parent Exception.
public ResourceNotFoundException(String message, Location location)
public ResourceNotFoundException(String message, Throwable t, Location loc)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |