public class ErrorElement extends Object
| Constructor and Description |
|---|
ErrorElement() |
ErrorElement(String errorName,
int errorCode,
String message,
String description) |
ErrorElement(String errorName,
int errorCode,
String field,
String message,
String description) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
int |
getErrorCode() |
String |
getErrorName() |
String |
getField() |
String |
getMessage() |
ErrorScope |
getScope() |
public ErrorElement()
public ErrorElement(String errorName, int errorCode, String message, String description)
public ErrorScope getScope()
public String getField()
public int getErrorCode()
public String getErrorName()
public String getMessage()
public String getDescription()
Copyright © 2016. All rights reserved.