| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception org.apache.cocoon.components.elementprocessor.CannotCreateElementProcessorException
CannotCreateElementProcessorException | public class CannotCreateElementProcessorException extends Exception (Code) | | Exception to be thrown when an ElementProcessor cannot be created.
author: Marc Johnson (marc_johnson27591@hotmail.com) version: CVS $Id: CannotCreateElementProcessorException.java 433543 2006-08-22 06:22:54Z crossley $ |
CannotCreateElementProcessorException | public CannotCreateElementProcessorException(String reason)(Code) | | Constructor
Parameters: reason - a simple explanation why the specifiedElementProcessor could not be created. |
getMessage | public String getMessage()(Code) | | override of Throwable's getMessage; allows us to format it
with the element name
a succinct but useful message describing theproblem and which element name we couldn't handle. |
|
|
|