Package mondrian.recorder
Class ListRecorder.Entry
- java.lang.Object
-
- mondrian.recorder.ListRecorder.Entry
-
- Enclosing class:
- ListRecorder
public static class ListRecorder.Entry extends java.lang.Object
Entry is a Info, Warning or Error message. This is the object stored in the Lists MessageRecorder's info, warning and error message lists.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getContext()
java.lang.Object
getInfo()
java.lang.String
getMessage()
AbstractRecorder.MsgType
getMsgType()
-
-
-
Method Detail
-
getContext
public java.lang.String getContext()
-
getMessage
public java.lang.String getMessage()
-
getMsgType
public AbstractRecorder.MsgType getMsgType()
-
getInfo
public java.lang.Object getInfo()
-
-