public class UnrecognizedAttribute extends XmlValidationFailure
| Constructor and Description |
|---|
UnrecognizedAttribute(java.lang.String name,
javax.xml.stream.Location location,
org.fabric3.api.model.type.ModelObject... sources)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMessage() |
java.lang.String |
getShortMessage() |
getColumn, getLine, getOffset, getResourceURI, getSourcespublic UnrecognizedAttribute(java.lang.String name,
javax.xml.stream.Location location,
org.fabric3.api.model.type.ModelObject... sources)
name - the attribute namelocation - the location of the the unrecognized elementsources - the failure sourcespublic java.lang.String getMessage()
getMessage in class XmlValidationFailurepublic java.lang.String getShortMessage()
getShortMessage in class XmlValidationFailure