Modifier and Type | Field and Description |
---|---|
private final String | |
private static final long |
Access | Constructor and Description |
---|---|
public | UnsupportedAttributeException(String
The string containing the message. msg, String The unsupported attribute. attribute)Constructs an unsupported attribute exception. |
Modifier and Type | Method and Description |
---|---|
public String |
attribute | back to summary |
---|---|
private final String attribute |
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID |
UnsupportedAttributeException | back to summary |
---|---|
public UnsupportedAttributeException(String msg, String attribute) Constructs an unsupported attribute exception. |
getAttribute | back to summary |
---|---|
public String getAttribute() Get the attribute that is wrong.
|