Indicates that the JSComponent
contains multiple Components capable of receiving events. For example, if there are two buttons on a frame "X" with the same label "Quit", the following code will produce an AmbiguousGUIException
:
JS.frame("X").button("Quit").action();
suntest.javastar.lib.AmbiguousGUIException
java.lang.Object
 java.lang.Throwable
 java.lang.Exception
 java.lang.RuntimeException
 suntest.javastar.lib.AmbiguousGUIException
public class AmbiguousGUIException
extends RuntimeException
Send feedback to
JavaStar-feedback@suntest.com
Copyright © 1998
Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, CA 94303.
All rights reserved.