public class ValidationError extends Object
| Constructor and Description |
|---|
ValidationError(XmiNode node,
ErrorCode code,
ErrorSeverity severity) |
ValidationError(XmiNode node,
String propertyName,
ErrorCode code,
ErrorSeverity severity) |
ValidationError(XmiReference reference,
String id,
ErrorCode code,
ErrorSeverity severity) |
| Modifier and Type | Method and Description |
|---|---|
ErrorCategory |
getCategory() |
String |
getCategoryText() |
ErrorCode |
getCode() |
String |
getCodeText() |
String |
getLocationText() |
ErrorSeverity |
getSeverity() |
String |
getText() |
String |
toString() |
public ValidationError(XmiNode node, ErrorCode code, ErrorSeverity severity)
public ValidationError(XmiNode node, String propertyName, ErrorCode code, ErrorSeverity severity)
public ValidationError(XmiReference reference, String id, ErrorCode code, ErrorSeverity severity)
public ErrorSeverity getSeverity()
public ErrorCode getCode()
public String getCodeText()
public String getLocationText()
public ErrorCategory getCategory()
public String getCategoryText()
public String getText()
Copyright © 2016. All rights reserved.