| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.tools.ant.BuildException
org.apache.tools.ant.UnsupportedAttributeException
public class 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 | 
|---|
| getException, getLocation, setLocation, toString | 
| Methods inherited from class java.lang.Throwable | 
|---|
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, 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 | ||||||||