| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
RuntimeExceptionorg.apache.tools.ant.BuildExceptionorg.apache.tools.ant.UnsupportedAttributeExceptionpublic class UnsupportedAttributeExceptionextends BuildExceptionConstructor Summary | |
| |
Method Summary | |
String |
|
Methods inherited from class org.apache.tools.ant.BuildException | |
getCause, getException, getLocation, printStackTrace, printStackTrace, printStackTrace, setLocation, toString | |
public UnsupportedAttributeException(String msg,
String attribute)Constructs an unsupported attribute exception.
- Parameters:
msg- The string containing the message.attribute- The unsupported attribute.
public String getAttribute()
Get the attribute that is wrong.
- Returns:
- the attribute name.