Package org.apache.tools.ant
Class UnsupportedAttributeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.tools.ant.BuildException
-
- org.apache.tools.ant.UnsupportedAttributeException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnsupportedAttributeException extends BuildException
Used to report attempts to set an unsupported attribute- Since:
- Ant 1.6.3
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedAttributeException(java.lang.String msg, java.lang.String attribute)
Constructs an unsupported attribute exception.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getAttribute()
Get the attribute that is wrong.-
Methods inherited from class org.apache.tools.ant.BuildException
getException, getLocation, setLocation, toString
-
-