Overview | Package | Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD

Class ncsa.horizon.awt.ModedGUIException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--ncsa.horizon.awt.ModedGUIException

public class ModedGUIException
extends java.lang.Exception
an Exception thrown due to errors associated with the ModedGUI and ModedGUIControllable classes. See these classes for details.

See Also:
Serialized Form

Constructor Summary
ModedGUIException()
          create an exception indicating that an unrecognized option was encountered
ModedGUIException(java.lang.String str)
          create an exception indicating that an unrecognized option was encountered
 
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, notifyAll, notify, toString, wait, wait, wait
 

Constructor Detail

ModedGUIException

public ModedGUIException()
create an exception indicating that an unrecognized option was encountered

ModedGUIException

public ModedGUIException(java.lang.String str)
create an exception indicating that an unrecognized option was encountered

Overview | Package | Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD