Class InvalidFrameClass

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

public class InvalidFrameClass
extends java.lang.Exception

The class `InvalidFrameClass' is a subclass of Exception that is thrown when attempting to give the wrong frame class for something.

See Also:
Serialized Form

Constructor Summary
InvalidFrameClass()
           
 
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

InvalidFrameClass

public InvalidFrameClass()