lejos.nxt
Class VM.VMExceptions

java.lang.Object
  extended by lejos.nxt.VM.VMItems<VM.VMException>
      extended by lejos.nxt.VM.VMExceptions
All Implemented Interfaces:
Iterable<VM.VMException>
Enclosing class:
VM

public static final class VM.VMExceptions
extends VM.VMItems<VM.VMException>

Class to provide access to a series of exception records


Method Summary
 VM.VMException get(int item)
           
 
Methods inherited from class lejos.nxt.VM.VMItems
iterator
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get

public VM.VMException get(int item)
Specified by:
get in class VM.VMItems<VM.VMException>