Class FrameAlreadyExists

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

public class FrameAlreadyExists
extends Exception
The class `FrameAlreadyExists' is a subclass of Exception that is thrown when an attempt is made to construct a frame for an exjava object which already has a frame constructed for it.


Variable Index

 o _frame

Constructor Index

 o FrameAlreadyExists(Frame)

Variables

 o _frame
 public Frame _frame

Constructors

 o FrameAlreadyExists
 public FrameAlreadyExists(Frame frame)