|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.cmu.sei.aadl.modelsupport.errorreporting.AbstractInternalErrorReporter
edu.cmu.sei.aadl.modelsupport.errorreporting.LogInternalErrorReporter
public final class LogInternalErrorReporter
An internal error reporter to sends internal error messages to the Eclipse "Error" view/log.
Field Summary | |
---|---|
static LogInternalErrorReporter |
prototype
TODO compatibility for Topcased 0.7: it uses the 01162006 interface |
Constructor Summary | |
---|---|
LogInternalErrorReporter(org.osgi.framework.Bundle bundle)
Private constructor to enforce singleton pattern. |
Method Summary | |
---|---|
void |
internalErrorImpl(java.lang.Exception e)
|
void |
internalErrorImpl(java.lang.String message)
|
Methods inherited from class edu.cmu.sei.aadl.modelsupport.errorreporting.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 LogInternalErrorReporter prototype
Constructor Detail |
---|
public LogInternalErrorReporter(org.osgi.framework.Bundle bundle)
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 |