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:
- Serializable
Used to report attempts to set an unsupported attribute
- Since:
- Ant 1.6.3
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionUnsupportedAttributeException(String msg, String attribute) Constructs an unsupported attribute exception.
- 
Method SummaryMethods inherited from class org.apache.tools.ant.BuildExceptiongetException, getLocation, of, setLocation, toStringMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
- 
Constructor Details- 
UnsupportedAttributeExceptionConstructs an unsupported attribute exception.- Parameters:
- msg- The string containing the message.
- attribute- The unsupported attribute.
 
 
- 
- 
Method Details- 
getAttributeGet the attribute that is wrong.- Returns:
- the attribute name.
 
 
-