public static class ModelDescriptionValidator.ValidationFailure extends Object
Modifier and Type | Field and Description |
---|---|
protected org.jboss.dmr.ModelNode |
address |
protected String |
message |
Modifier and Type | Method and Description |
---|---|
org.jboss.dmr.ModelNode |
getAddress()
Gets the address the validation error happened at
|
String |
getAttributeName()
Gets the name of the attribute failing validation
|
String |
getOperationName()
Gets the name of the operation failing validation
|
String |
getOperationParameterName()
Gets the name of the operation parameter failing validation
|
String |
toString()
Formats the error string for printing
|
protected final String message
protected final org.jboss.dmr.ModelNode address
public String toString()
public final org.jboss.dmr.ModelNode getAddress()
public String getOperationName()
null
if it was not an operationpublic String getOperationParameterName()
null
if it was not an operation parameterpublic String getAttributeName()
null
if it was not an attributeCopyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.