avrora.core
Class Instr.WrongNumberOfOperands

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

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

The WrongNumberOfOperands class represents a runtime error thrown by the build method of a prototype when the wrong number of operands is passed to build an instruction.

See Also:
Serialized Form

Field Summary
 int expected
           
 int found
           
 
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

expected

public final int expected

found

public final int found