lejos.nxt
Class VM.VMException

java.lang.Object
  extended by lejos.nxt.VM.VMClone
      extended by lejos.nxt.VM.VMException
Enclosing class:
VM

public static final class VM.VMException
extends VM.VMClone

An exception record


Field Summary
 byte classIndex
           
 short end
           
 short handler
           
 short start
           
 
Method Summary
 
Methods inherited from class lejos.nxt.VM.VMClone
update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

start

public short start

end

public short end

handler

public short handler

classIndex

public byte classIndex