public class TraceBackEvent extends BaseEvent implements EventMessage
| Constructor and Description |
|---|
TraceBackEvent() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getHashMarks() |
void |
setException(java.lang.Throwable tIn)
Set the throwable for this event
|
java.lang.String |
toText()
format this message as a string
TODO mmccune - fill out the email properly with the entire
request values
|
getRequest, getUser, getUserId, getUserLocale, setRequest, setUserclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetUserIdpublic java.lang.String toText()
toText in interface EventMessagepublic java.lang.String getHashMarks()
public void setException(java.lang.Throwable tIn)
tIn - Exception to be captured in Event.