| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.apache.tools.ant.BuildException
                          |
                          +--org.apache.tools.ant.UnsupportedAttributeException
Used to report attempts to set an unsupported attribute
| Constructor Summary | |
| UnsupportedAttributeException(java.lang.String msg,
                              java.lang.String attribute)Constructs an unsupported attribute exception. | |
| Method Summary | |
|  java.lang.String | getAttribute()Get the attribute that is wrong. | 
| Methods inherited from class org.apache.tools.ant.BuildException | 
| getCause, getException, getLocation, printStackTrace, printStackTrace, printStackTrace, setLocation, toString | 
| Methods inherited from class java.lang.Throwable | 
| fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
public UnsupportedAttributeException(java.lang.String msg,
                                     java.lang.String attribute)
msg - The string containing the message.attribute - The unsupported attribute.| Method Detail | 
public java.lang.String getAttribute()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||