| |
|
| org.apache.cocoon.components.notification.NotifyingCascadingRuntimeException
NotifyingCascadingRuntimeException | public class NotifyingCascadingRuntimeException extends CascadingRuntimeException implements Notifying(Code) | | A CascadingRuntimeException that is also Notifying.
author: Nicola Ken Barozzi version: CVS $Id: NotifyingCascadingRuntimeException.java 433543 2006-08-22 06:22:54Z crossley $ |
n | Notifying n(Code) | | The Notifying Object used internally to keep Notifying fields
|
NotifyingCascadingRuntimeException | public NotifyingCascadingRuntimeException(String message)(Code) | | Construct a new NotifyingCascadingRuntimeException instance.
|
NotifyingCascadingRuntimeException | public NotifyingCascadingRuntimeException(Exception ex)(Code) | | Creates a new ProcessingException instance.
Parameters: ex - an Exception value |
NotifyingCascadingRuntimeException | public NotifyingCascadingRuntimeException(String message, Throwable t)(Code) | | Construct a new ProcessingException that references
a parent Exception.
|
getDescription | public String getDescription()(Code) | | Gets the Description attribute of the Notifying object
|
getExtraDescriptions | public Map getExtraDescriptions()(Code) | | Gets the ExtraDescriptions attribute of the Notifying object
|
getMessage | public String getMessage()(Code) | | Gets the Message attribute of the Notifying object
|
getSender | public String getSender()(Code) | | Gets the Sender attribute of the Notifying object
|
getSource | public String getSource()(Code) | | Gets the Source attribute of the Notifying object
|
getTitle | public String getTitle()(Code) | | Gets the Title attribute of the Notifying object
|
getType | public String getType()(Code) | | Gets the Type attribute of the Notifying object
|
|
|
|