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.
-
_frame
-
-
FrameAlreadyExists(Frame)
-
_frame
public Frame _frame
FrameAlreadyExists
public FrameAlreadyExists(Frame frame)