avrora.core
Class Instr.RegisterRequired

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byavrora.core.Instr.RegisterRequired
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Instr

public static class Instr.RegisterRequired
extends java.lang.RuntimeException

The RegisterRequired class represents an error in construction of an instance of Instr where the given operand is expected to be a register but is not.

See Also:
Serialized Form

Field Summary
 Operand operand
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

operand

public final Operand operand