errors
Class BadAttributeNameException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by errors.GUIFileException
              extended by errors.BadAttributeException
                  extended by errors.BadAttributeNameException
All Implemented Interfaces:
Serializable

public class BadAttributeNameException
extends BadAttributeException

An unrecognized attribute name. Has no variables beyond those of the superclass, but formats the message according to the widget and the attribute name.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class errors.BadAttributeException
attrName, widget
 
Fields inherited from class errors.GUIFileException
lineNum
 
Constructor Summary
BadAttributeNameException(Widget widget, String attrName)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BadAttributeNameException

public BadAttributeNameException(Widget widget,
                                 String attrName)
Parameters:
widget - The widget with the invalid attribute name.
attrName - The invalid attribute name.