Constructs an unsupported attribute exception.parammsg The string containing the message.paramattribute The unsupported attribute. super(msg); this.attribute = attribute;
super(msg); this.attribute = attribute;
Get the attribute that is wrong.returnthe attribute name. return attribute;
return attribute;