Class InvalidSlot

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--InvalidSlot
All Implemented Interfaces:
java.io.Serializable

public class InvalidSlot
extends java.lang.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).

See Also:
Serialized Form

Constructor Summary
InvalidSlot()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidSlot

public InvalidSlot()