errors
Class BadOptionNameException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by errors.GUIFileException
              extended by errors.BadOptionException
                  extended by errors.BadOptionNameException
All Implemented Interfaces:
Serializable

public class BadOptionNameException
extends BadOptionException

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

See Also:
Serialized Form

Field Summary
 
Fields inherited from class errors.BadOptionException
lineNum, name
 
Constructor Summary
BadOptionNameException(int lineNum, String name)
           
 
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

BadOptionNameException

public BadOptionNameException(int lineNum,
                              String name)
Parameters:
lineNum - The widget with the invalid attribute name.
name - The invalid attribute name.