public class RequirementError extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
RequirementError.Type |
Constructor and Description |
---|
RequirementError() |
RequirementError(RequirementError.Type type,
String message) |
RequirementError(RequirementError.Type type,
String detail,
String summary) |
Modifier and Type | Method and Description |
---|---|
String |
getDetail() |
String |
getSummary() |
RequirementError.Type |
getType() |
void |
setDetail(String detail) |
void |
setMessage(String message) |
void |
setSummary(String summary) |
void |
setType(RequirementError.Type type) |
public RequirementError()
public RequirementError(RequirementError.Type type, String message)
public RequirementError(RequirementError.Type type, String detail, String summary)
public String getDetail()
public void setDetail(String detail)
public String getSummary()
public void setSummary(String summary)
public RequirementError.Type getType()
public void setType(RequirementError.Type type)
public void setMessage(String message)
Copyright © 2017 ECG. All rights reserved.