|
||||||||
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 | +--java.lang.RuntimeException | +--org.apache.avalon.framework.CascadingRuntimeException | +--org.apache.cocoon.components.notification.NotifyingCascadingRuntimeException
A CascadingRuntimeException that is also Notifying.
Fields inherited from interface org.apache.cocoon.components.notification.Notifying |
DEBUG_NOTIFICATION, ERROR_NOTIFICATION, FATAL_NOTIFICATION, INFO_NOTIFICATION, UNKNOWN_NOTIFICATION, WARN_NOTIFICATION |
Constructor Summary | |
NotifyingCascadingRuntimeException(java.lang.Exception ex)
Creates a new ProcessingException instance. |
|
NotifyingCascadingRuntimeException(java.lang.String message)
Construct a new NotifyingCascadingRuntimeException instance. |
|
NotifyingCascadingRuntimeException(java.lang.String message,
java.lang.Throwable t)
Construct a new ProcessingException that references
a parent Exception. |
Method Summary | |
java.lang.String |
getDescription()
Gets the Description attribute of the Notifying object |
java.util.Map |
getExtraDescriptions()
Gets the ExtraDescriptions attribute of the Notifying object |
java.lang.String |
getMessage()
Gets the Message attribute of the Notifying object |
java.lang.String |
getSender()
Gets the Sender attribute of the Notifying object |
java.lang.String |
getSource()
Gets the Source attribute of the Notifying object |
java.lang.String |
getTitle()
Gets the Title attribute of the Notifying object |
java.lang.String |
getType()
Gets the Type attribute of the Notifying object |
Methods inherited from class org.apache.avalon.framework.CascadingRuntimeException |
getCause |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public NotifyingCascadingRuntimeException(java.lang.String message)
NotifyingCascadingRuntimeException
instance.public NotifyingCascadingRuntimeException(java.lang.Exception ex)
ProcessingException
instance.ex
- an Exception
valuepublic NotifyingCascadingRuntimeException(java.lang.String message, java.lang.Throwable t)
ProcessingException
that references
a parent Exception.Method Detail |
public java.lang.String getType()
getType
in interface Notifying
public java.lang.String getTitle()
getTitle
in interface Notifying
public java.lang.String getSource()
getSource
in interface Notifying
public java.lang.String getSender()
getSender
in interface Notifying
public java.lang.String getMessage()
getMessage
in interface Notifying
getMessage
in class java.lang.Throwable
public java.lang.String getDescription()
getDescription
in interface Notifying
public java.util.Map getExtraDescriptions()
getExtraDescriptions
in interface Notifying
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |