|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.millscript.commons.alert.reporters.AbstractAlertReporter
org.millscript.commons.alert.reporters.StandardMishapAlertReporter
public class StandardMishapAlertReporter
This class provides a standard Alert reporter for mishaps, that outputs everything to the standard error stream.
| Field Summary | |
|---|---|
static AlertReporter |
MISHAP_REPORTER
A convenience StandardMishapAlertReporter instance for applications to use. |
| Constructor Summary | |
|---|---|
StandardMishapAlertReporter()
Constructs a new StandardMishapAlertReporter. |
|
| Method Summary | |
|---|---|
void |
reportComplaint(java.lang.String complaint)
Reports the specified Culprit. |
| Methods inherited from class org.millscript.commons.alert.reporters.AbstractAlertReporter |
|---|
report, reportCulprit |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final AlertReporter MISHAP_REPORTER
| Constructor Detail |
|---|
public StandardMishapAlertReporter()
| Method Detail |
|---|
public void reportComplaint(java.lang.String complaint)
AbstractAlertReporter
reportComplaint in class AbstractAlertReporterAbstractAlertReporter.reportComplaint(java.lang.String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||