edu.cmu.sei.aadl.modelsupport.errorreporting
Class NullInternalErrorReporter

java.lang.Object
  extended by edu.cmu.sei.aadl.modelsupport.errorreporting.AbstractInternalErrorReporter
      extended by edu.cmu.sei.aadl.modelsupport.errorreporting.NullInternalErrorReporter
All Implemented Interfaces:
InternalErrorReporter

public final class NullInternalErrorReporter
extends AbstractInternalErrorReporter

An internal error reporter to ignores internal error messages. Contains a singleton reference.

Author:
aarong

Field Summary
static NullInternalErrorReporter prototype
          Singleton reference.
 
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

prototype

public static final NullInternalErrorReporter prototype
Singleton reference.

Method Detail

internalErrorImpl

public void internalErrorImpl(java.lang.String message)
Specified by:
internalErrorImpl in class AbstractInternalErrorReporter

internalErrorImpl

public void internalErrorImpl(java.lang.Exception e)
Specified by:
internalErrorImpl in class AbstractInternalErrorReporter