Package errors

Exception Summary
BadAttributeException Abstract superclass for errors caused by attributes.
BadAttributeNameException An unrecognized attribute name.
BadAttributeValueException An invalid attribute value.
BadChildWidgetException BadChildWidgetException is thrown when there is an illegal child.
BadLanguageDefinitionException Exception thrown in the event of a runtime error in a language definition.
BadOptionException Abstract superclass for errors caused by options.
BadOptionNameException An unrecognized attribute name.
BadOptionValueException An invalid attribute value.
BadWidgetDefinitionException An error caused by some kind of bug in our library code.
BadWidgetTypeException Checked exception thrown when a .gui file declares a widget of an unknown type or an abstract widget type (which is not a user-visible feature).
DuplicateIdentifierException A second declaration for the same identifier for different widgets.
GUIFileException The superclass of all exceptions arising from errors in the .gui file.
SyntaxException An error caught by the parser.