public static class MARSSimulator.MUNITProcessingException
extends java.lang.RuntimeException
ProcessingException while simulating assembly code.
This exception is simply a wrapper for ProcessingException; however, this exception is unchecked
whereas MARS's ProcessingException is checked. (We decided that a checked exception here was an
unnecessary burden on the user. An unchecked exception requires no additional syntax, but will result JUnit
reporting the error.)| Constructor and Description |
|---|
MUNITProcessingException(mars.ProcessingException pe)
Constructor
|