All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class macrolanguage.NotAContainerException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.awt.AWTException
                           |
                           +----macrolanguage.NotAContainerException

public class NotAContainerException
extends AWTException
the exception NotAContainerException is thrown when an application tries to reference an object or Component when it should be refereceing a container.


Constructor Index

 o NotAContainerException(String)

Constructors

 o NotAContainerException
 public NotAContainerException(String errorString)

All Packages  Class Hierarchy  This Package  Previous  Next  Index