Class InvalidSlot

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----InvalidSlot

public class InvalidSlot
extends Exception
The class `InvalidSlot' is a subclass of Exception that is thrown when an attempt is made to access a slot in a frame which that frame does not have (i.e. it is not specified in that frame's frame class).


Constructor Index

 o InvalidSlot()

Constructors

 o InvalidSlot
 public InvalidSlot()