| Package | Description | 
|---|---|
| mondrian.recorder | 
 Provides a set a classes for logging the process of a task. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
MessageRecorder.reportError(Exception ex)
Add an Exception. 
 | 
void | 
AbstractRecorder.reportError(Exception ex)  | 
void | 
MessageRecorder.reportError(Exception ex,
           Object info)
Add an Exception and extra informaton. 
 | 
void | 
AbstractRecorder.reportError(Exception ex,
           Object info)  | 
void | 
MessageRecorder.reportError(String msg)
Add an error message. 
 | 
void | 
AbstractRecorder.reportError(String msg)  | 
void | 
MessageRecorder.reportError(String msg,
           Object info)
Add an error message and extra information. 
 | 
void | 
AbstractRecorder.reportError(String msg,
           Object info)  | 
void | 
MessageRecorder.throwRTException()
This simply throws a RTException. 
 | 
void | 
AbstractRecorder.throwRTException()  | 
Copyright © 2017 Hitachi Vantara. All rights reserved.