org.apache.tools.ant
Class UnsupportedAttributeException
public class UnsupportedAttributeException
Used to report attempts to set an unsupported attribute
- Ant 1.6.3
UnsupportedAttributeException
public UnsupportedAttributeException(String msg,
String attribute)
Constructs an unsupported attribute exception.
msg
- The string containing the message.attribute
- The unsupported attribute.
getAttribute
public String getAttribute()
Get the attribute that is wrong.
- the attribute name.
Copyright B) 2000-2005 Apache Software Foundation. All Rights Reserved.