errors
Class BadAttributeNameException
java.lang.Object
java.lang.Throwable
java.lang.Exception
errors.GUIFileException
errors.BadAttributeException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
BadAttributeNameException
public BadAttributeNameException(Widget widget,
String attrName)
- Parameters:
widget - The widget with the invalid attribute name.attrName - The invalid attribute name.