avrora.core
Class Instr.ImmediateRequired

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

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

The ImmediateRequired class represents an error in construction of an instance of Instr where the given operand is expected to be an immediate 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