|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.argval.message.impl.MessageItemImpl
public class MessageItemImpl
Constructor Summary | |
---|---|
MessageItemImpl(String priority,
String message,
Throwable cause)
|
Method Summary | |
---|---|
void |
accept(MessageStoreVisitor visitor)
|
Throwable |
getCause()
If the message is related to a cause, this returns that cause. |
Date |
getDate()
Returns the time stamp ad which the message was created. |
String |
getMessage()
Returns the message text. |
String |
getPriority()
Returns the message priority. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MessageItemImpl(String priority, String message, Throwable cause)
Method Detail |
---|
public void accept(MessageStoreVisitor visitor)
accept
in interface MessageStoreVisitorAccepter
public Date getDate()
MessageItem
getDate
in interface MessageItem
public String getPriority()
MessageItem
getPriority
in interface MessageItem
public String getMessage()
MessageItem
getMessage
in interface MessageItem
public Throwable getCause()
MessageItem
getCause
in interface MessageItem
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |