org.apache.tools.ant
public class UnsupportedAttributeException extends BuildException
Since: Ant 1.6.3
Constructor Summary | |
---|---|
UnsupportedAttributeException(String msg, String attribute)
Constructs an unsupported attribute exception. |
Method Summary | |
---|---|
String | getAttribute()
Get the attribute that is wrong.
|
Parameters: msg The string containing the message. attribute The unsupported attribute.
Returns: the attribute name.