Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
RuntimeException
org.apache.tools.ant.BuildException
org.apache.tools.ant.UnsupportedAttributeException
public class UnsupportedAttributeException
extends BuildException
Constructor 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.