|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.cmu.sei.aadl.model.pluginsupport.AbstractInternalErrorReporter
edu.cmu.sei.aadl.model.pluginsupport.WriterInternalErrorReporter
public final class WriterInternalErrorReporter
An internal error reporter to sends internal error messages to the given
Writer. Includes a prototype reference
to an instance
that sends the errors to System.out
.
Field Summary | |
---|---|
static WriterInternalErrorReporter |
SYSTEM_OUT
Prototype reference that writes to the standard out. |
Constructor Summary | |
---|---|
WriterInternalErrorReporter(java.io.Writer w)
|
Method Summary | |
---|---|
void |
internalErrorImpl(java.lang.Exception e)
|
void |
internalErrorImpl(java.lang.String message)
|
Methods inherited from class edu.cmu.sei.aadl.model.pluginsupport.AbstractInternalErrorReporter |
---|
getNumInternalErrors, internalError, internalError |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final WriterInternalErrorReporter SYSTEM_OUT
Constructor Detail |
---|
public WriterInternalErrorReporter(java.io.Writer w)
Method Detail |
---|
public void internalErrorImpl(java.lang.String message)
internalErrorImpl
in class AbstractInternalErrorReporter
public void internalErrorImpl(java.lang.Exception e)
internalErrorImpl
in class AbstractInternalErrorReporter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |