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 SummaryConstructors Constructor Description UnsupportedAttributeException(java.lang.String msg, java.lang.String attribute)Constructs an unsupported attribute exception.
 - 
Method SummaryModifier and Type Method Description java.lang.StringgetAttribute()Get the attribute that is wrong.- 
Methods inherited from class org.apache.tools.ant.BuildExceptiongetException, getLocation, setLocation, toString
 
- 
 
-