Class ListRecorder.Entry

java.lang.Object
mondrian.recorder.ListRecorder.Entry
Enclosing class:
ListRecorder

public static class ListRecorder.Entry extends 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 Details

    • getContext

      public String getContext()
    • getMessage

      public String getMessage()
    • getMsgType

      public mondrian.recorder.AbstractRecorder.MsgType getMsgType()
    • getInfo

      public Object getInfo()