Class UnsupportedAttributeException

All Implemented Interfaces:
Serializable

public class UnsupportedAttributeException extends BuildException
Used to report attempts to set an unsupported attribute
Since:
Ant 1.6.3
See Also:
  • Constructor Details

    • UnsupportedAttributeException

      public UnsupportedAttributeException(String msg, String attribute)
      Constructs an unsupported attribute exception.
      Parameters:
      msg - The string containing the message.
      attribute - The unsupported attribute.
  • Method Details

    • getAttribute

      public String getAttribute()
      Get the attribute that is wrong.
      Returns:
      the attribute name.