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