|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InternalErrorReporter
Interface for reporting internal errors. An internal error that occures
during the operation of an analysis or other operation, the prevents the
operation from completing normally. It is distinct from an error in the AADL
textfile or AADL object model that prevent the correct execution of the
analysis, etc. Of course, such an error might cause an internal
error, e.g., a NullPointerException
or
IndexOutOfBoundsException
.
Method Summary | |
---|---|
int |
getNumInternalErrors()
Get the number of internal errors reported with this error manager since it was created. |
void |
internalError(java.lang.Exception e)
Report an error in the operation of the client task itself. |
void |
internalError(java.lang.String message)
Report an error in the operation of the client task itself. |
Method Detail |
---|
void internalError(java.lang.String message)
message
- The error message.void internalError(java.lang.Exception e)
e
- The exception that caused the error.int getNumInternalErrors()
InternalErrorReporter
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |