|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | 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
public class NotifyingCascadingRuntimeException
A CascadingRuntimeException that is also Notifying.
Field Summary |
---|
Fields inherited from interface org.apache.cocoon.components.notification.Notifying |
---|
DEBUG_NOTIFICATION, ERROR_NOTIFICATION, EXTRA_CAUSE, EXTRA_COLUMN, EXTRA_FULLTRACE, EXTRA_LINE, EXTRA_LOCATION, EXTRA_REQUESTURI, EXTRA_STACKTRACE, FATAL_NOTIFICATION, INFO_NOTIFICATION, UNKNOWN_NOTIFICATION, WARN_NOTIFICATION |
Constructor Summary | |
---|---|
NotifyingCascadingRuntimeException(Exception ex)
Creates a new ProcessingException instance. |
|
NotifyingCascadingRuntimeException(String message)
Construct a new NotifyingCascadingRuntimeException instance. |
|
NotifyingCascadingRuntimeException(String message,
Throwable t)
Construct a new ProcessingException that references
a parent Exception. |
Method Summary | |
---|---|
String |
getDescription()
Gets the Description attribute of the Notifying object |
Map |
getExtraDescriptions()
Gets the ExtraDescriptions attribute of the Notifying object |
String |
getMessage()
Gets the Message attribute of the Notifying object |
String |
getSender()
Gets the Sender attribute of the Notifying object |
String |
getSource()
Gets the Source attribute of the Notifying object |
String |
getTitle()
Gets the Title attribute of the Notifying object |
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, 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 NotifyingCascadingRuntimeException(String message)
NotifyingCascadingRuntimeException
instance.
public NotifyingCascadingRuntimeException(Exception ex)
ProcessingException
instance.
ex
- an Exception
valuepublic NotifyingCascadingRuntimeException(String message, Throwable t)
ProcessingException
that references
a parent Exception.
Method Detail |
---|
public String getType()
getType
in interface Notifying
public String getTitle()
getTitle
in interface Notifying
public String getSource()
getSource
in interface Notifying
public String getSender()
getSender
in interface Notifying
public String getMessage()
getMessage
in interface Notifying
getMessage
in class Throwable
public String getDescription()
getDescription
in interface Notifying
public Map getExtraDescriptions()
getExtraDescriptions
in interface Notifying
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |