|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.writersforge.catalan.process.queue.Alert
A message returned from the transform processing.
| Constructor Summary | |
Alert(AlertPriority priority,
java.lang.Exception exception)
Creates a new instance of Alert with an exception. |
|
Alert(AlertPriority priority,
java.lang.String message)
Creates a new instance of Alert with a text message. |
|
Alert(AlertPriority priority,
java.lang.String message,
java.lang.Exception exception)
Creates a new instance of Alert with a text message and an exception. |
|
| Method Summary | |
java.lang.Exception |
getException()
Retrieves the optional thrown exception which triggered the alert. |
java.lang.String |
getMessage()
Retrieves the optional text content of the alert. |
AlertPriority |
getPriority()
Retrieves the priority of the alert. |
java.lang.String |
toString()
Converts this object into String form. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Alert(AlertPriority priority,
java.lang.String message)
priority - the alert prioritymessage - text content of the alert
public Alert(AlertPriority priority,
java.lang.Exception exception)
priority - the alert priorityexception - the thrown exception which triggered the alert
public Alert(AlertPriority priority,
java.lang.String message,
java.lang.Exception exception)
priority - the alert prioritymessage - text content of the alertexception - the thrown exception which triggered the alert| Method Detail |
public AlertPriority getPriority()
public java.lang.String getMessage()
public java.lang.Exception getException()
public java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||