avrora.sim
Class BaseInterpreter.ErrorReporter

java.lang.Object
  extended byavrora.sim.BaseInterpreter.ErrorReporter
All Implemented Interfaces:
Segment.ErrorReporter
Enclosing class:
BaseInterpreter

protected class BaseInterpreter.ErrorReporter
extends java.lang.Object
implements Segment.ErrorReporter

The ErrorReporter class is used to report errors accessing segments.

See Also:
Segment.ErrorReporter

Constructor Summary
protected BaseInterpreter.ErrorReporter()
           
 
Method Summary
 byte readError(int address)
           
 void writeError(int address, byte value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseInterpreter.ErrorReporter

protected BaseInterpreter.ErrorReporter()
Method Detail

readError

public byte readError(int address)
Specified by:
readError in interface Segment.ErrorReporter

writeError

public void writeError(int address,
                       byte value)
Specified by:
writeError in interface Segment.ErrorReporter