public class RegistryError extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
codeContext |
protected String |
errorCode |
protected String |
location |
protected String |
severity |
protected String |
value |
| Constructor and Description |
|---|
RegistryError() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCodeContext() |
String |
getErrorCode() |
String |
getLocation() |
String |
getSeverity() |
String |
getValue() |
void |
setCodeContext(String value) |
void |
setErrorCode(String value) |
void |
setLocation(String value) |
void |
setSeverity(String value) |
void |
setValue(String value) |
protected String value
protected String codeContext
protected String errorCode
protected String severity
protected String location
public String getValue()
public void setValue(String value)
public String getCodeContext()
public void setCodeContext(String value)
public String getErrorCode()
public void setErrorCode(String value)
public String getSeverity()
public void setSeverity(String value)
public String getLocation()
public void setLocation(String value)
Copyright © 2020. All rights reserved.