org.apache.tools.ant
Class UnsupportedAttributeException
public class UnsupportedAttributeException
Used to report attempts to set an unsupported attribute
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.
Copyright B) 2000-2006 Apache Software Foundation. All Rights Reserved.